Skip to content

Levitifox/tab-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copy Tabs to Markdown

Copy Tabs to Markdown is a lightweight Chrome extension that converts all open tabs in your current window into a neatly formatted Markdown document. It extracts key details such as the page title, domain, meta description (if available), and URL, allowing you to quickly archive or share your open tabs.

Features

  • Generate Markdown: Create a Markdown document from all open tabs with a single click.
  • Copy to Clipboard: Easily copy the generated Markdown text.
  • Download as .md: Save the Markdown content as a file.
  • Customizable Icons: Change extension icons easily via the manifest.

Installation

  1. Clone or download the repository.
  2. Open Chrome and go to chrome://extensions/.
  3. Enable Developer mode in the top-right corner.
  4. Click Load unpacked and select the project folder.

Usage

  1. Click the extension icon to open the popup.
  2. Click Generate Markdown to create your Markdown document.
  3. Once the Markdown is generated, you can either:
    • Click Copy to Clipboard to copy the content.
    • Click Download .md to save it as a Markdown file.

Manifest & Permissions

The extension requests the following permissions:

  • tabs: To access the open tabs.
  • scripting: To inject scripts for extracting meta descriptions.
  • activeTab: To interact with the current active tab.
  • clipboardWrite: To enable copying text to the clipboard.

About

Chrome extension that converts all open tabs in your current window into a neatly formatted Markdown document

Resources

Stars

Watchers

Forks

Contributors