作っている物
| 名前 | 何をする物か | 状態 |
| Stakeout |
ページ全体ではなく、あなたが指した所だけを見張って、変わった時に知らせます。 |
審査中 |
| Ctrl+A |
開いているページを Markdown にします。残すブロックを自分で選べます。 |
公開中 |
どちらもアカウント登録がありません。サーバーに何も送りません。全部あなたの端末の中で動きます。
問い合わせ
不具合・要望・ポリシーについての質問は、こちらへどうぞ。
contact@lifehack-with.com
プライバシーポリシー
最終更新: 2026-08-15
Stakeout日本語
Stakeout は、利用者のデータを収集・保存・送信しません。
- サーバーもアカウントも計測もありません。 この拡張にはバックエンドがありません。読み取った物はどこにも送られません。ログインの仕組みも、追跡の仕組みもありません。
- 全部あなたの端末に残ります。 見張ると決めた区画、比較のために控えた元の文字、何が変わったかの記録は、すべてブラウザのローカル領域(
chrome.storage.local)に置かれます。拡張を削除すると一緒に消えます。
- あなたが選んだサイトにしか触りません。 入れた時点で全サイトの権限を求めません。あるサイトで見張ると決めた、その時にそのサイトの権限だけを求めます。権限は
chrome://extensions からいつでも取り消せます。
- 読む物。 あなたが選んだ区画について、その要素の見えている文字だけを読み、前回の控えと比べます。ページの他の場所は読みません。見張ると言われていないページも読みません。
- 裏での確認。 あなたが選んだ間隔(5・15・30・60分)で、見張っているページを裏のタブで開き、選ばれた要素だけを読んで、タブを閉じます。これはあなたのブラウザの中だけで起きます。
- 通知。 ブラウザを起動した時に、閉じている間にいくつ変わったかを1回だけ知らせることがあります。その内容も端末から出ません。
使う権限: storage / unlimitedStorage / alarms /
notifications / scripting / activeTab /
tabs / sidePanel、およびあなたが見張ると決めたサイトのホスト権限だけ。
StakeoutEnglish
Stakeout does not collect, store, or transmit any user data.
- No server, no account, no analytics. The extension has no backend. Nothing it reads is sent anywhere. There is no sign-in and no tracking of any kind.
- Everything stays on your device. The spots you choose to watch, the baseline copy of their text used for comparison, and the log of what changed are all kept in your browser's local storage (
chrome.storage.local). Removing the extension removes them.
- It only touches sites you choose. Stakeout does not request access to all websites when you install it. It asks for permission for a specific site at the moment you decide to watch something on it, and you can withdraw that permission at any time from
chrome://extensions.
- What it reads. For each spot you picked, it reads the visible text of that element in order to compare it with the previous copy. It does not read anything else on the page, and it does not read pages you have not asked it to watch.
- Background checks. At the interval you choose (5, 15, 30 or 60 minutes) the extension opens the watched page in a background tab, reads only the elements you picked, and closes the tab. This happens locally, in your own browser session.
- Notifications. When you start your browser, Stakeout may show one summary notification telling you how many watched spots changed while the browser was closed. Nothing about it leaves your machine.
Permissions used: storage, unlimitedStorage, alarms, notifications, scripting, activeTab, tabs, sidePanel, and host permissions only for the sites you explicitly choose to watch.
Ctrl+A日本語
Ctrl+A は、利用者のデータを収集・保存・送信しません。
- あなたが見ているタブでだけ、ボタンを押した時にだけ動きます。そのページの内容を読むのは Markdown に変換するためだけで、変換はブラウザの中で完結します。
- どのサーバーにもデータを送りません。バックエンドも、計測も、追跡もありません。
- コピーまたは保存した Markdown は、あなたの端末に残ります。
- 使う権限は
activeTab と scripting の2つだけです。どちらも、押された時に今のページの内容を読むために要ります。history は使いません。裏での tabs の利用もありません。他社サイトへのホスト権限もありません。
Ctrl+AEnglish
Ctrl+A does not collect, store, or transmit any user data.
- The extension runs only on the tab you are viewing, and only when you click its button. It reads that page's content solely to convert it to Markdown, entirely within your browser.
- No data is sent to any server. There is no backend, no analytics, and no tracking of any kind.
- The Markdown you copy or download stays on your device.
- Permissions used:
activeTab and scripting, both required to read the current page's content on demand. No history, no tabs background access, no host permissions to third-party sites.