Tab Copy/Paste
Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.
What is Tab Copy/Paste?
Tab Copy/Paste is a Chrome extension developed by Alexander, and its main feature is "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.".
Extension Screenshots
Download Tab Copy/Paste Extension CRX File
Download Tab Copy/Paste 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
Extension Basic Information
Name | Tab Copy/Paste |
ID | nbfccmdfpollpgjnbghmnkmgimliookh |
Official URL | https://chromewebstore.google.com/detail/tab-copypaste/nbfccmdfpollpgjnbghmnkmgimliookh |
Description | Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard. |
File Size | 11.93 KB |
Installation Count | 10,000 |
Current Version | 1.2 |
Last Updated | 2015-02-21 |
Publish Date | 2015-02-21 |
Rating | 4.64/5 Total 11 Ratings |
Developer | Alexander |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "description": "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Tab Copy\/Paste", "permissions": [ "clipboardRead", "clipboardWrite", "tabs" ], "short_name": "Tab Copy\/Paste", "version": "1.2" } |