Copy URL text

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

Qu'est-ce que Copy URL text ?

Copy URL text est une extension Chrome développée par dave.waters89, et sa fonction principale est "A tool to decode URL when copying links from a web page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Copy URL text

Téléchargez les fichiers d'extension Copy URL text au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        When copying a URL the app will replace the data in the clipboard with the decoded URL, ready for pasting.                    

Informations de Base sur l'Extension

Nom Copy URL text Copy URL text
ID hdgelchllommgmclkoobnphdloeaabab
URL Officiel https://chromewebstore.google.com/detail/copy-url-text/hdgelchllommgmclkoobnphdloeaabab
Description A tool to decode URL when copying links from a web page.
Taille du Fichier 3.48 KB
Nombre d'Installations 24
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2018-12-04
Date de Publication 2018-12-04
Développeur dave.waters89
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}