Skip to content

TabCopy

TabCopy is a browser extension for Google Chrome designed to streamline the process of copying browser tab information.^[600-developer-tools-chrome-tab-copy.md]

Features and Modes

The plugin offers two distinct operational modes: Simple Mode and Fancy Mode.^[600-developer-tools-chrome-tab-copy.md]

  • Simple Mode: Allows for quick copying using standard formats, including support for Markdown.^[600-developer-tools-chrome-tab-copy.md]
  • Fancy Mode: Provides customization options, allowing users to configure up to three different format templates.^[600-developer-tools-chrome-tab-copy.md]

Syntax and Placeholders

TabCopy utilizes specific placeholders to format the output string:

  • [title]: Extracts the webpage title.^[600-developer-tools-chrome-tab-copy.md]
  • [url]: Extracts the webpage URL.^[600-developer-tools-chrome-tab-copy.md]

Users can combine these placeholders to create custom clipboard formats, such as - [[title]] [title]([url]).^[600-developer-tools-chrome-tab-copy.md]

Installation

The extension is available via the Chrome Web Store.^[600-developer-tools-chrome-tab-copy.md]

Sources

  • 600-developer-tools-chrome-tab-copy.md