Copy Tab URLs
Copy Tab URLs to clipboard
What is Copy Tab URLs?
Copy Tab URLs is a Chrome extension developed by Kyle, and its main feature is "Copy Tab URLs to clipboard".
Extension Screenshots
Download Copy Tab URLs Extension CRX File
Download Copy Tab URLs 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
A no nonsense copy your tabs app. Will ask for permission to enable "paste".
Extension Basic Information
Name | Copy Tab URLs |
ID | kdhfecbblaafjnhekjjnehamgfnkppjj |
Official URL | https://chromewebstore.google.com/detail/copy-tab-urls/kdhfecbblaafjnhekjjnehamgfnkppjj |
Description | Copy Tab URLs to clipboard |
File Size | 41.09 KB |
Installation Count | 112 |
Current Version | 1.0 |
Last Updated | 2020-04-14 |
Publish Date | 2020-04-13 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Kyle |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Tab URLs", "version": "1.0", "browser_action": { "default_icon": { "16": "img\/Luxembourg-16.png", "32": "img\/Luxembourg-32.png", "48": "img\/Luxembourg-48.png", "128": "img\/Luxembourg-128.png" }, "default_title": "Copy Tab URLs to clipboard", "default_popup": "popup.html" }, "description": "Copy Tab URLs to clipboard", "icons": { "16": "img\/Luxembourg-16.png", "32": "img\/Luxembourg-32.png", "48": "img\/Luxembourg-48.png", "128": "img\/Luxembourg-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "clipboardWrite" ], "optional_permissions": [ "clipboardRead" ], "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2 } |