Copy URL
Copy URL of the active tab into the clipboard
What is Copy URL?
Copy URL is a Chrome extension developed by https://lukaspolak.com, and its main feature is "Copy URL of the active tab into the clipboard".
Extension Screenshots
Download Copy URL Extension CRX File
Download Copy URL 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
Copy URL of the active tab into the clipboard with a single click. Just press the "Copy URL" toolbar button and see the magic! Now you can even change the extension icon color! Just right-click on the extension, pick an "Options," and choose your preferred color theme.
Extension Basic Information
Name | Copy URL |
ID | fcniaangaighnlfnjgcaonolkiibkdan |
Official URL | https://chromewebstore.google.com/detail/copy-url/fcniaangaighnlfnjgcaonolkiibkdan |
Description | Copy URL of the active tab into the clipboard |
File Size | 85.23 KB |
Installation Count | 25 |
Current Version | 1.0 |
Last Updated | 2021-12-25 |
Publish Date | 2021-12-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://lukaspolak.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.lukaspolak.com/projects/chrome-extensions/copy-url |
Help Page URL | https://www.lukaspolak.com/projects/chrome-extensions/copy-url/support |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy URL", "description": "Copy URL of the active tab into the clipboard", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "activeTab", "storage", "scripting" ], "action": { "default_icon": { "16": "\/images\/icon-light-16.png", "32": "\/images\/icon-light-32.png", "48": "\/images\/icon-light-48.png", "128": "\/images\/icon-light-128.png" } }, "icons": { "16": "\/images\/icon-light-16.png", "32": "\/images\/icon-light-32.png", "48": "\/images\/icon-light-48.png", "128": "\/images\/icon-light-128.png" } } |