Last updated: August 10, 2026
chrome.storage.local on your own
machine and is never transmitted anywhere.
When you draw, highlight, or use the toolbar on a webpage, the extension saves the
following to your browser's local extension storage (chrome.storage.local),
keyed to that page's URL:
None of this data is encrypted beyond whatever protection Chrome's local storage already provides, because it never leaves the device it was created on.
| Permission | Purpose |
|---|---|
storage / unlimitedStorage | Save your drawings, highlights, and history locally, with room for many annotated pages and thumbnails. |
activeTab / scripting | Inject the drawing canvas and toolbar into the page you're currently viewing, and reapply saved highlights on reload. |
contextMenus | Add the right-click "View annotation history" shortcut. |
| Host access (all sites) | Let you draw or highlight on any webpage you choose to use it on — the extension only activates where you interact with it. |
You control your data completely:
The extension does not knowingly collect any information from anyone, including children, because it does not collect information at all — everything stays local to the device.
If this policy changes, the "last updated" date above will change accordingly. Material changes (e.g. introducing any server-side feature) will also be reflected in the extension's Chrome Web Store listing and release notes.
Questions about this policy or the extension's data handling can be sent to eddundeadd@gmail.com.