Copylink
Click to copy the url of the current page to your clipboard
What is Copylink?
Copylink is a Chrome extension developed by https://rgbstudios.org, and its main feature is "Click to copy the url of the current page to your clipboard".
Extension Screenshots
Download Copylink Extension CRX File
Download Copylink 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
Simply click the button to copy the address of the current website. * Use copylink to quickly send, share, or save the url to a website. * The address is also displayed in a little textbox. Don't forget to rate and share! Enjoy! :) V.1.3.0 RGB Studios rgbstudios.org facebook.com/rgbstudios.org/ [email protected]
Extension Basic Information
Name | Copylink |
ID | hmbglhnodfegeiemefjoejkkmncdobde |
Official URL | https://chromewebstore.google.com/detail/copylink/hmbglhnodfegeiemefjoejkkmncdobde |
Description | Click to copy the url of the current page to your clipboard |
File Size | 7.6 KB |
Installation Count | 362 |
Current Version | 1.3.0 |
Last Updated | 2023-11-21 |
Publish Date | 2019-12-03 |
Rating | 4.25/5 Total 4 Ratings |
Developer | https://rgbstudios.org |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516 |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copylink", "description": "Click to copy the url of the current page to your clipboard", "version": "1.3.0", "action": { "default_icon": "128_icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "clipboardWrite" ], "icons": { "128": "128_icon.png", "48": "48_icon.png", "16": "16_icon.png" } } |