Webtranslateit - Language Neutral Link

Display and copy a language neutral link of the currently showing translation.

Cos'è Webtranslateit - Language Neutral Link?

Webtranslateit - Language Neutral Link è un'estensione di Chrome sviluppata da Andreas Pizsa, e la sua funzione principale è "Display and copy a language neutral link of the currently showing translation.".

Scarica il file CRX dell'estensione Webtranslateit - Language Neutral Link

Scarica i file di estensione Webtranslateit - Language Neutral Link 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

                        Display and copy a language neutral link of the currently showing translation.                    

Informazioni di Base sull'Estensione

Nome Webtranslateit - Language Neutral Link Webtranslateit - Language Neutral Link
ID pmcjpnkfpbmkiliabadhchobadgpcgef
URL Ufficiale https://chrome.google.com/webstore/detail/webtranslateit-language-n/pmcjpnkfpbmkiliabadhchobadgpcgef
Descrizione Display and copy a language neutral link of the currently showing translation.
Dimensione del File 37.65 KB
Conteggio Installazioni 11
Versione Corrente 1.0
Ultimo Aggiornamento 2015-06-02
Data di Pubblicazione 2015-06-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Andreas Pizsa
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webtranslateit - Language Neutral Link",
    "version": "1.0",
    "author": "Andreas Pizsa ",
    "permissions": [
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/webtranslateit.com\/*"
            ],
            "css": [
                "add-link.css",
                "animate.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "add-link.js"
            ],
            "run_at": "document_end"
        }
    ]
}