Skip to content

thyg50/TabContentFusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TabContentFusion

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

Features

  • 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

Install from source

  1. Clone this repo and go to the project folder:
    git clone https://github.com/thyg50/TabContentFusion.git
    cd TabContentFusion
  2. Install dependencies and build:
    npm install
    npm run build
  3. In Chrome, open chrome://extensions, enable Developer mode, click Load unpacked, and select the dist folder (or the folder indicated by your build output).

Project structure

  • src/app/ — Angular app (components, services)
  • manifest.json — Chrome extension manifest (root)
  • PRIVACY.md — Privacy policy

License

Private / All rights reserved (or add your license).

About

Chrome extension to merge content from multiple tab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors