Copy URL text

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

Cos'è Copy URL text?

Copy URL text è un'estensione di Chrome sviluppata da dave.waters89, e la sua funzione principale è "A tool to decode URL when copying links from a web page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Copy URL text

Scarica i file di estensione Copy URL text in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Copy URL text Copy URL text
ID hdgelchllommgmclkoobnphdloeaabab
URL Ufficiale https://chromewebstore.google.com/detail/copy-url-text/hdgelchllommgmclkoobnphdloeaabab
Descrizione A tool to decode URL when copying links from a web page.
Dimensione del File 3.48 KB
Conteggio Installazioni 24
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2018-12-04
Data di Pubblicazione 2018-12-04
Sviluppatore dave.waters89
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}