Double Trans

Tłumacz angielsko-polski

Cos'è Double Trans?

Double Trans è un'estensione di Chrome sviluppata da Double Trans, e la sua funzione principale è "Tłumacz angielsko-polski".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Double Trans

Scarica i file di estensione Double Trans 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

                        By przetłumaczyć słowo, wystarczy kliknąć na nie dwa razy.
W dolnej części przeglądarki pojawi się jego tłumaczenie.                    

Informazioni di Base sull'Estensione

Nome Double Trans Double Trans
ID igkpinhkgghcbpmhokkfgjecjndmahle
URL Ufficiale https://chromewebstore.google.com/detail/double-trans/igkpinhkgghcbpmhokkfgjecjndmahle
Descrizione Tłumacz angielsko-polski
Dimensione del File 506 KB
Conteggio Installazioni 239
Versione Corrente 1.1.4
Ultimo Aggiornamento 2014-02-23
Data di Pubblicazione 2014-02-22
Valutazione 4.50/5 Totale 8 Valutazioni
Sviluppatore Double Trans
Tipo di Pagamento free
Lingue Supportate pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Double Trans",
    "description": "T\u0142umacz angielsko-polski",
    "version": "1.1.4",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "kodRozszerzenia.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "ANG-POL3.html"
    ]
}