Chrome extension “Markdown for AI: Copy Page as Markdown” · Publisher: Tsugikido · Last updated: 2026-08-02
We collect nothing.
We send nothing.
We store nothing.
Everything this extension does happens inside your own browser, on your own computer. There is no server. There is no account. There is no analytics.
This extension does not collect any of the following:
This extension contains no code that communicates with any external service. We operate no server. We use no third-party service. There is no advertising. Transferring your data to anyone else is not something we choose not to do — it is structurally impossible, because there is nowhere for the data to go.
You can verify this yourself. Running the following against the source returns zero matches:
grep -rnE 'fetch\(|XMLHttpRequest|WebSocket|sendBeacon|connectNative|import\(' \
manifest.json popup/ content/ vendor/*.js
These are the mechanisms a browser extension would use to send data out. The bundled third-party libraries are included in this check.
chrome.storage (neither local nor sync). We do not even request the storage permission.localStorage, or IndexedDB.The converted Markdown is placed on your clipboard when you ask for it. That happens entirely on your computer and is never sent anywhere. We never read your clipboard — we only write to it.
This extension requests exactly two permissions.
| Permission | Why it is needed | Install warning |
|---|---|---|
activeTab |
Reads the content of the single tab you are looking at, only at the moment you click the toolbar icon or press the shortcut. | None |
scripting |
Runs the conversion inside that tab. | None |
This extension shows no permission warnings at install time.
| Not requested | What that means for you |
|---|---|
host_permissions | We hold no standing access to any website. |
content_scripts (static) | No code of ours runs on any page unless you press the button. |
tabs | We cannot read your browsing history or the URLs of your other tabs. |
storage | We have no mechanism to store anything at all. |
clipboardWrite | We hold no standing permission over your clipboard. |
downloads | We cannot download files. |
Three open-source libraries are bundled inside the extension package. None of them is loaded from the internet at runtime, and none of them has networking capability.
| Library | Purpose | License |
|---|---|---|
| Readability 0.6.0 | Extracts the main article from a page | Apache-2.0 |
| Turndown 7.2.4 | Converts HTML to Markdown | MIT |
| turndown-plugin-gfm 1.0.1 | Tables, strikethrough, task lists | MIT |
Because this extension obtains no user data at all, none of the following applies to it:
If this policy changes — for example if a future paid version stores conversion history on your own device — this page will be updated and the date above will change.
Of the three promises above, “we send nothing” will not change for this product. If outbound communication ever becomes necessary, it will be designed as a different product.
Email: tsugikido@gmail.com
Chrome 拡張機能「Markdown for AI: ページを Markdown でコピー」/ 提供者: Tsugikido(接木堂)/最終更新: 2026-08-02
収集しません。
送信しません。
保存しません。
この拡張機能の処理は、すべてあなたのパソコンのブラウザの中だけで行われます。 サーバーはありません。アカウントもありません。アクセス解析も入っていません。
この拡張機能には、外部と通信するコードが1行も含まれていません。 サーバーを持たず、外部サービスも使わず、広告も入っていません。 第三者にデータを渡すことは仕組みとして起こり得ません。送信先が存在しないためです。
上の grep をソースコードに対して実行すると、該当は0件です。
chrome.storage を使っていません(local も sync も)。storage 権限そのものを要求していません。localStorage、IndexedDB も使っていません。変換した Markdown は、あなたが操作したときにあなたのクリップボードに入ります。 これはパソコンの中の動作で、どこにも送られません。 クリップボードの読み取りは行いません。書き込むだけです。
要求する権限は 2つだけです。
| 権限 | 何のために使うか | インストール時の警告 |
|---|---|---|
activeTab |
あなたがアイコン(またはショートカット)を押した瞬間だけ、いま見ているタブ1枚の内容を読みます。 | 出ません |
scripting |
変換処理をそのタブの中で実行するために必要です。 | 出ません |
この拡張機能は、インストール時に権限の警告を1つも表示しません。
| 要求していない権限 | 意味するところ |
|---|---|
host_permissions | 特定のサイトへの恒久的なアクセス権を持っていません。 |
content_scripts(静的宣言) | あなたが押していないときにページの中で動くコードはありません。 |
tabs | 閲覧履歴や他のタブのURLを読み取れません。 |
storage | 保存する仕組みそのものを持っていません。 |
clipboardWrite | クリップボードへの恒久的な権限を持っていません。 |
downloads | ファイルのダウンロードを扱えません。 |
3つのオープンソースライブラリを拡張機能に同梱しています。 実行時に外部から読み込むことはなく、3つとも通信機能を持ちません。 Readability 0.6.0(Apache-2.0)/Turndown 7.2.4(MIT)/turndown-plugin-gfm 1.0.1(MIT)。
そもそもユーザーデータを取得しないため、第三者への移転・人による閲覧・広告目的の利用・データの売却の いずれにも該当しません。
この方針を変える場合は、このページを更新し、更新日を書き換えます。 ただし「送信しない」はこの製品では変更しません。 外部通信が必要になった時点で、それは別の製品として設計し直します。
上記のメールアドレスまでご連絡ください。