Copy Link
Chrome extension to copy the link of the current page.
What is Copy Link?
Copy Link is a Chrome extension developed by chick307, and its main feature is "Chrome extension to copy the link of the current page.".
Extension Screenshots
Download Copy Link Extension CRX File
Download Copy Link 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
This extension helps you to copy the link of the current page.
Extension Basic Information
Name | Copy Link |
ID | odhbmnlhdmbcacdoopohcddanplmmljd |
Official URL | https://chromewebstore.google.com/detail/copy-link/odhbmnlhdmbcacdoopohcddanplmmljd |
Description | Chrome extension to copy the link of the current page. |
File Size | 67.58 KB |
Installation Count | 18 |
Current Version | 1.2.0 |
Last Updated | 2021-08-03 |
Publish Date | 2020-02-09 |
Developer | chick307 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy Link", "version": "1.2.0", "description": "Chrome extension to copy the link of the current page.", "browser_action": { "default_icon": { "32": "assets\/images\/browser-action-32.png", "64": "assets\/images\/browser-action-64.png" }, "default_popup": "views\/popup.html", "default_title": "Copy Link" }, "content_security_policy": "default-src 'self'", "icons": { "64": "assets\/images\/icon-64.png", "128": "assets\/images\/icon-128.png" }, "minimum_chrome_version": "79", "permissions": [ "activeTab" ] } |