Copy URL text
A tool to decode URL when copying links from a web page.
What is Copy URL text?
Copy URL text is a Chrome extension developed by dave.waters89, and its main feature is "A tool to decode URL when copying links from a web page.".
Extension Screenshots
Download Copy URL text Extension CRX File
Download Copy URL text 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 copying a URL the app will replace the data in the clipboard with the decoded URL, ready for pasting.
Extension Basic Information
Name | Copy URL text |
ID | hdgelchllommgmclkoobnphdloeaabab |
Official URL | https://chromewebstore.google.com/detail/copy-url-text/hdgelchllommgmclkoobnphdloeaabab |
Description | A tool to decode URL when copying links from a web page. |
File Size | 3.48 KB |
Installation Count | 24 |
Current Version | 0.0.0.2 |
Last Updated | 2018-12-04 |
Publish Date | 2018-12-04 |
Developer | dave.waters89 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy URL text", "description": "A tool to decode URL when copying links from a web page.", "version": "0.0.0.2", "manifest_version": 2, "permissions": [ "https:\/\/myteams.toyota.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/myteams.toyota.com\/*" ], "js": [ "oncopy.js" ] } ] } |