Chrome extension / selection-only / local-only
Inspect selected text locally
Avoid pasting an entire page elsewhere. Count bytes and format JSON from only the selected text. Nothing is sent outside the device.
Chrome extension / selection-only / local-only
Avoid pasting an entire page elsewhere. Count bytes and format JSON from only the selected text. Nothing is sent outside the device.
The selected text travels through a one-time token to the extension page. The token is removed after receipt, and the text is not placed in a URL or sent to a server.
manifest.json
tool.html
tool.js
README.mdIt uses only a context menu and a temporary local handoff. It requests no site access, host permission, or analytics.