Chat Translator v.2.0

This extension automatically translate any text that you type.

Cos'è Chat Translator v.2.0?

Chat Translator v.2.0 è un'estensione di Chrome sviluppata da Scrupp, e la sua funzione principale è "This extension automatically translate any text that you type.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Chat Translator v.2.0

Scarica i file di estensione Chat Translator v.2.0 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

                        This extension automatically translate any text that you type.                    

Informazioni di Base sull'Estensione

Nome Chat Translator v.2.0 Chat Translator v.2.0
ID bgpjnknbmhdhgpofaeifiokeniefmael
URL Ufficiale https://chromewebstore.google.com/detail/chat-translator-v20/bgpjnknbmhdhgpofaeifiokeniefmael
Descrizione This extension automatically translate any text that you type.
Dimensione del File 48.83 KB
Conteggio Installazioni 711
Versione Corrente 2.0.1
Ultimo Aggiornamento 2018-03-05
Data di Pubblicazione 2018-03-05
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore Scrupp
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.facebook.com/profile.php?id=100004689825123
URL della Pagina della Politica sulla Privacy https://scrupp.com/policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chat Translator v.2.0",
    "description": "This extension automatically translate any text that you type.",
    "version": "2.0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "templates\/menu.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "templates\/pop-up.html"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery-3.2.1.min.js",
                "js\/main.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}