5 items
trace-pilot-chrome trace-pilot-chrome is a Chrome extension that preserves the provenance of copied text. Trace-Pilot captures the text you copy from Chrome, stores the original source data in a Git-backed repository, and adds a trace marker to the clipboard. When the text is later pasted into VS Code, that marker can be resolved back to the original source so you can inspect where the content came from and recover its surrounding context. This helps teams keep copied code and text explainable, auditable, and easier to maintain over time. Supported Sources The extension currently supports content copied from: ChatGPT Google Sheets PDF pages opened in Chrome Static web pages How It Works 1. Open a supported page in Chrome. 2. Select the text or cells you want to preserve. 3. Right-click and choose a Trace-Pilot context menu item. 4. Select the target Git repository. 5. The extension captures the selected content together with its source data. 6. The data is stored through the native host in a Git-backed repository. 7. A trace marker is added to the clipboard along with the copied text. 8. When you paste the result into VS Code, the marker can be used to trace the content back to its origin. Why Use It Copied text and code often lose their source context. Trace-Pilot helps preserve that context by storing: " Where the text came from " The original surrounding data " A stable reference that can be resolved later It is also more resilient to link rot because the source data is preserved in your own Git repository rather than relying only on external URLs. This is especially useful for: " Research workflows " Note-taking " AI-assisted writing and coding " Long-lived software projects Install Native Host On Linux The Chrome extension talks to a local native messaging host named `trace_pilot_host_chrome`. If you publish a release archive such as `trace-pilot-host-linux-x86_64.tar.gz`, the Linux install flow can be: ```bash wget https://github.com/otinpan/trace-pilot-chrome/releases/latest/download/trace-pilot-host-linux-x86_64.tar.gz tar xzf trace-pilot-host-linux-x86_64.tar.gz cd trace-pilot-host-linux-x86_64 chmod +x install.sh EXTENSION_ID=<your-chrome-extension-id> ./install.sh ``` `install.sh` installs the native host binary into `~/.local/share/trace-pilot-host/` and writes the native messaging manifest to: ```text ~/.config/google-chrome/NativeMessagingHosts/trace_pilot_host_chrome.json ``` The extension ID is required because Chrome native messaging manifests must declare the allowed origin explicitly. GitHub URL https://github.com/otinpan/trace-pilot-chrome
Apr 28, 2026
rating_count is the Chrome Web Store ratings count, not a written-review count.
Media assets
Screenshots and videos on the listing.
Has promo video
Whether the listing includes at least one video.
Languages
Declared language locales.
Developer website
Listing exposes a developer website URL.
Contact email
Listing exposes a contact email.
Keyword in name
Case-insensitive substring match in the name.
Keyword in description
Case-insensitive substring match in the description.
Keyword occurrences in description
Count of case-insensitive occurrences in the description.
Category user-count percentile
Share of same-category extensions with fewer users (null if unknown).
These are transparent listing completeness / keyword signals, not a prediction of Chrome Web Store search ranking.