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.
- 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.
- Clone or download the repository.
- Open Chrome and go to
chrome://extensions/. - Enable Developer mode in the top-right corner.
- Click Load unpacked and select the project folder.
- Click the extension icon to open the popup.
- Click Generate Markdown to create your Markdown document.
- 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.
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.