Link2Clipboard
Copy the url with one click!
What is Link2Clipboard?
Link2Clipboard is a Chrome extension developed by ProWebJect, and its main feature is "Copy the url with one click!".
Download Link2Clipboard Extension CRX File
Download Link2Clipboard 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 the current url with only one click! 1. Click Link2Clipboard icon on your browser's bar. 2. Paste text anywhere you want.
Extension Basic Information
Name | |
ID | fgkdkcimmppcofigmedhkjbnjeffocle |
Official URL | https://chrome.google.com/webstore/detail/link2clipboard/fgkdkcimmppcofigmedhkjbnjeffocle |
Description | Copy the url with one click! |
File Size | 10.09 KB |
Installation Count | 107 |
Current Version | 1.0 |
Last Updated | 2014-08-24 |
Publish Date | 2014-08-24 |
Rating | 3.00/5 Total 1 Ratings |
Developer | ProWebJect |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link2Clipboard", "short_name": "Link2Clipboard", "description": "Copy the url with one click!", "version": "1.0", "author": "ProWebJect - Michal Gora", "icons": { "19": "img\/icon_19.png", "38": "img\/icon_38.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": { "19": "img\/icon_19.png", "38": "img\/icon_38.png", "128": "img\/icon_128.png" }, "default_title": "Copy!" }, "options_page": "\/html\/options.html", "permissions": [ "tabs", "clipboardWrite" ], "background": { "page": "\/background\/background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |