Tab Copy
Copy all tabs to clipboard. No bells and whistles.
What is Tab Copy?
Tab Copy is a Chrome extension developed by Reece, and its main feature is "Copy all tabs to clipboard. No bells and whistles.".
Extension Screenshots
Download Tab Copy Extension CRX File
Download Tab Copy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Copies the tabs that are open in the window to the clipboard
Extension Basic Information
Name | Tab Copy |
ID | lmnpchdgonnfapjelemnfafmgkndeefc |
Official URL | https://chromewebstore.google.com/detail/tab-copy/lmnpchdgonnfapjelemnfafmgkndeefc |
Description | Copy all tabs to clipboard. No bells and whistles. |
File Size | 10.02 KB |
Installation Count | 151 |
Current Version | 1.0 |
Last Updated | 2019-11-19 |
Publish Date | 2019-11-19 |
Developer | Reece |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Copy", "version": "1.0", "description": "Copy all tabs to clipboard. No bells and whistles.", "permissions": [ "activeTab", "clipboardWrite", "tabs" ], "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Copy to clipboard." }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+E" } } } } |