MarkPad is a local-only browser extension. It does not transmit, upload, or share any personal data with any external server, service, or third party. All data created or processed by the extension stays on your device.
The extension stores the following data in Chrome's localStorage inside the extension's
own isolated origin (chrome-extension://<id>):
This data never leaves your browser.
| Permission | Purpose |
|---|---|
bookmarks |
Read and write Chrome's bookmark tree to keep MarkPad in sync with your existing bookmarks. No bookmark data is sent anywhere. |
tabs |
Read the list of open tabs in the current window when you click "Save Session". Tab URLs and titles are stored locally only. |
<all_urls> (host permission) |
Required by the link health checker to issue HTTP HEAD requests to arbitrary URLs in your bookmark list, to determine whether each link is alive or broken. These requests carry no identifying information. |
The only outbound requests made by the extension are:
GET https://www.google.com/s2/favicons?domain=<hostname>
to display site icons. The hostname is derived from your bookmarked URL. No personal data is sent.
The "Run" button inside notes executes JavaScript in an isolated <iframe sandbox>
page bundled with the extension. The sandbox has no network access and no
access to the parent window or any browser data. Code you run stays inside that sandboxed
context.
MarkPad does not:
Uninstalling MarkPad removes all locally stored data along with the extension. You can also clear extension data at any time via chrome://settings/siteData → search for the extension ID.
This extension does not knowingly collect information from children under 13. It collects no personal information from any user.
If the privacy practices of this extension change materially, this page will be updated and the version number in the extension manifest will be incremented.
Questions or concerns about this privacy policy can be raised via the extension's GitHub issue tracker.
MarkPad v2.0.0 · All data stored locally on your device.