Bantan

Translates selected text to Mongolian from English and other languages available on Google Translate.

Cos'è Bantan?

Bantan è un'estensione di Chrome sviluppata da et4m1r, e la sua funzione principale è "Translates selected text to Mongolian from English and other languages available on Google Translate.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Bantan

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

                        Translates selected text to Mongolian from English and other languages available on Google Translate. 
Used Google Translate API.                    

Informazioni di Base sull'Estensione

Nome Bantan Bantan
ID eejkfggfjmfjdphnaedohbneajlhngdk
URL Ufficiale https://chrome.google.com/webstore/detail/bantan/eejkfggfjmfjdphnaedohbneajlhngdk
Descrizione Translates selected text to Mongolian from English and other languages available on Google Translate.
Dimensione del File 46.03 KB
Conteggio Installazioni 52
Versione Corrente 1.3
Ultimo Aggiornamento 2016-05-25
Data di Pubblicazione 2016-05-25
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore et4m1r
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bantan",
    "description": "Translates selected text to Mongolian from English and other languages available on Google Translate.",
    "version": "1.3",
    "browser_action": {
        "default_title": "Translates selected text to Mongolian from English and other languages available on Google Translate.",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "popup.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        ""
    ]
}