Copy URL text

A tool to decode URL when copying links from a web page.

Wat is Copy URL text?

Copy URL text is een Chrome-extensie ontwikkeld door dave.waters89, en de belangrijkste functie is "A tool to decode URL when copying links from a web page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Copy URL text

Download Copy URL text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Copy URL text Copy URL text
ID ihdpldgbcefimodimfdjhbhnanpocgfj
Officiële URL https://chromewebstore.google.com/detail/copy-url-text/ihdpldgbcefimodimfdjhbhnanpocgfj
Beschrijving A tool to decode URL when copying links from a web page.
Bestandsgrootte 3.5 KB
Aantal Installaties 43
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2018-12-06
Publicatiedatum 2018-11-30
Ontwikkelaar dave.waters89
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}