Privacy Policy
Devdock Tools reformats raw JSON pages so they are readable, and captures screenshots of the page you are viewing.
The short version
Devdock Tools does not collect, transmit or share any of your data. There is no server, no account, no analytics and no third-party service. Everything the extension does happens inside your own browser.
What the extension processes
Page content. To show a raw JSON response as a collapsible tree, the extension reads the text of pages that are served as JSON and renders it in place. To capture a screenshot, it renders the page you are on into an image. Both are page content, and both are processed only on your device.
Captured screenshots. A capture is written to the browser's own IndexedDB storage so the result tab can read it back — a Chrome extension service worker can be suspended between taking the capture and opening that tab, so the image has to be handed over through storage rather than held in memory. Captures older than five minutes are deleted automatically when the extension next starts, and you can clear them at any time by removing the extension. Nothing is uploaded.
Files you choose to save (PNG, JPG, PDF) go wherever your browser puts downloads. Using the Copy button places the image on your system clipboard. Both of those are actions you take deliberately, and the extension has no further involvement once the file or clipboard entry exists.
What the extension does not do
- No data is sent off your device, to us or to anyone else.
- No browsing history, page content or screenshot is logged or retained beyond the temporary handoff described above.
- No analytics, telemetry, crash reporting or advertising.
- Nothing is sold or shared with third parties.
- No user accounts, and no personally identifying information is requested.
Permissions and why they exist
debugger— full-page capture uses Chrome's DevTools Protocol to render the entire page in one pass. This is why Chrome shows a “started debugging this browser” banner while a capture runs. The extension attaches only to the tab you are capturing, only for the duration of that capture, and detaches afterwards.contextMenus— adds the right-click menu entries that start a capture.- Access to all sites — the tools have to work on whichever page you are looking at, and there is no way to know that page in advance. Access is used only when you invoke a tool, or to detect that a page is raw JSON so it can be formatted.
Contact
Questions about this policy: devdock.co
Changes
If this policy changes, the revised version will be published at this same address with an updated date at the top.