trace-pilot-chrome

trace-pilot-chrome

As of June 2026, trace-pilot-chrome has 2 users in the Developer Tools category.

Usersno change0%
2
2
Ratingno change0%
— reviews
Reviewsno change0%
Version
1.2.2
Manifest V3
90-day change · In the last 90 days this extension 3 version updates, changed permissions.

History

10 snapshots

Tracking since Apr 4, 2026.

4.242.50.7599999999999998Apr 4, 2026Jun 11, 2026
View as table
DateUsersRatingReviewsVersion
Apr 4, 20261.0
Apr 17, 20261.0
Apr 23, 20261.1.0
Apr 28, 202611.2.0
May 5, 202641.2.0
May 16, 20261.2.2
May 23, 202621.2.2
May 29, 20261.2.2
Jun 5, 202611.2.2
Jun 11, 20261.2.2
Now21.2.2

Changelog

  • Apr 17, 2026
    permissions
    scripting, contextMenus, nativeMessaging, tabs, pageCapture
    offscreen, clipboardWrite, scripting, contextMenus, nativeMessaging, tabs, pageCapture

Permissions & access

Permissions
offscreenclipboardWritescriptingcontextMenusnativeMessagingtabspageCapture
Host access
<all_urls>

Screenshots

trace-pilot-chrome screenshot 1trace-pilot-chrome screenshot 2trace-pilot-chrome screenshot 3trace-pilot-chrome screenshot 4trace-pilot-chrome screenshot 5

About

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

Technical

Version
1.2.2
Manifest
V3
Size
124KiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
flgkknjokpiloiglpjknlpoephehflbh
Developer ID
u4755ec6242dda543fbb3ac7e597cdc05
Developer Email
[email protected]
Created
Apr 3, 2026
Last Updated (Store)
Apr 28, 2026
Last Scraped
Jun 11, 2026
Website
Support URL
Privacy Policy

Data sourced from the Chrome Web Store · last verified Jun 11, 2026.