Last updated: 15 June 2026
DocGrab (“the extension”) is a browser tool that converts web pages you are already viewing into Markdown or JSON files and saves them into a folder you choose on your own computer.
The short version: DocGrab does not collect, transmit, sell, or share any personal data. Everything it does happens locally inside your browser and on your own disk. There are no analytics, no tracking, no remote servers, and no third-party code.
chrome.storage.local on your device
only.| Permission | Why it’s used |
|---|---|
activeTab / scripting | Read and convert the page in the current tab. |
tabs | Open background tabs to render pages during a site crawl. |
Host permissionshttp://*/*, https://*/* | So you can capture or crawl documentation on any site you visit. The extension only reads a site when you explicitly start a capture or crawl. |
sidePanel | Provides the extension’s user interface. |
storage | Remember your settings between sessions. |
The only persisted data is your settings and the reference to your chosen folder, both stored locally. Removing the extension clears them. The Markdown/JSON files DocGrab writes are ordinary files you own and control.
Questions about this policy: tabilarissa6@gmail.com