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

screenshot

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

                        This extension will decode the link url copied from a webpage to the clipboard and update the clipboard with the decoded url.  Can be used to quickly get the pretty version of a URL link.                    

Extension Basic Information

Name Copy URL text Copy URL text
ID ihdpldgbcefimodimfdjhbhnanpocgfj
Official URL https://chromewebstore.google.com/detail/copy-url-text/ihdpldgbcefimodimfdjhbhnanpocgfj
Description A tool to decode URL when copying links from a web page.
File Size 3.5 KB
Installation Count 43
Current Version 0.0.0.1
Last Updated 2018-12-06
Publish Date 2018-11-30
Developer dave.waters89
Email [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.1",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "oncopy.js"
            ]
        }
    ]
}