Chrome extension that merges and fuses content from multiple browser tabs into unified, exportable documents (Markdown, plain text, clipboard).
Developer: thyg50
Contact: thyg50@gmail.com
- Select multiple tabs and extract their visible content
- Merge into a single document with optional titles and source URLs
- Export as Markdown, plain text, or copy to clipboard
- Save and restore sessions (limited in free version)
- Open as popup, in a new tab, or in the side panel
- Clone this repo and go to the project folder:
git clone https://github.com/thyg50/TabContentFusion.git cd TabContentFusion - Install dependencies and build:
npm install npm run build
- In Chrome, open
chrome://extensions, enable Developer mode, click Load unpacked, and select thedistfolder (or the folder indicated by your build output).
src/app/— Angular app (components, services)manifest.json— Chrome extension manifest (root)PRIVACY.md— Privacy policy
Private / All rights reserved (or add your license).