CopyURL Extension
Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.
What is CopyURL Extension?
CopyURL Extension is a Chrome extension developed by https://grademiners.com, and its main feature is "Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.".
Extension Screenshots
Download CopyURL Extension Extension CRX File
Download CopyURL Extension 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
Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.
Extension Basic Information
Name | CopyURL Extension |
ID | cjoghpfkipapcnmhmdhjkbompidigllf |
Official URL | https://chromewebstore.google.com/detail/copyurl-extension/cjoghpfkipapcnmhmdhjkbompidigllf |
Description | Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click. |
File Size | 6.17 KB |
Installation Count | 70 |
Current Version | 1.0 |
Last Updated | 2021-09-26 |
Publish Date | 2021-09-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://grademiners.com |
[email protected] | |
Payment Type | free |
Extension Website | https://grademiners.com/ |
Help Page URL | https://grademiners.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "CopyURL Extension", "homepage_url": "https:\/\/grademiners.com\/", "icons": { "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Copy URL", "default_icon": "icon.png" }, "permissions": [ "tabs" ] } |