| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Threadmark is a Chrome extension designed for power users of ChatGPT. It allows you to highlight, bookmark, and organize specific snippets of text within your ChatGPT conversations, creating a local "clipbook" of your most valuable AI interactions.
Threadmark on Chrome Web Store
ChatGPT conversations can become long and unwieldy. Finding that one specific code snippet or explanation from three weeks ago often involves scrolling endlessly or relying on imprecise browser history.
Threadmark solves this by letting you:
This project is built with Bun, TypeScript, and Biome.
Install Dependencies:
bun installBuild the Extension:
bun run buildThe output will be generated in the dist/ directory.
Watch Mode (for development):
bun run devThis will watch for file changes and rebuild automatically.
/ ├── assets/ # Static assets (icons, store images) ├── dist/ # Compiled extension output ├── docs/ # Documentation (PRD, schema, plans) ├── scripts/ # Build and utility scripts ├── src/ │ ├── background.ts # Service worker (orchestration) │ ├── manifest.json # Extension manifest │ ├── features/ │ │ ├── capture/ # Content scripts for capturing text │ │ ├── sidepanel/# Side panel UI logic │ │ └── settings/ # Options page logic │ └── shared/ # Shared utilities and DB access └── ...
See LICENSE.
| Back | FazBrowse Home | New Git URL |