URL Copy
Copies url with a click!
What is URL Copy?
URL Copy is a Chrome extension developed by tsubasagene, and its main feature is "Copies url with a click!".
Extension Screenshots
Download URL Copy Extension CRX File
Download URL Copy 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
When you want to share a video, or a document with your friends, or with your coworker, you need to share the url. Normally, you need to highlight the whole address, then copy with control+c, command+c, or even with right clicking. That's short, but stll takes time. With this extension, it will do the job for you. Just click the icon on the toolbar, and it will copy the link into your clipboard. It saves a bit of time for you. Though the difference is small, many a little makes a mickle! Enjoy.
Extension Basic Information
Name | URL Copy |
ID | honjkgkhennhamekcgimhdibgcdfbidf |
Official URL | https://chromewebstore.google.com/detail/url-copy/honjkgkhennhamekcgimhdibgcdfbidf |
Description | Copies url with a click! |
File Size | 4.82 KB |
Installation Count | 51 |
Current Version | 1.1 |
Last Updated | 2020-03-07 |
Publish Date | 2020-03-07 |
Rating | 5.00/5 Total 3 Ratings |
Developer | tsubasagene |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Copy", "version": "1.1", "manifest_version": 2, "description": "Copies url with a click!", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png" }, "permissions": [ "activeTab" ] } |