Bantan

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

O que é Bantan?

Bantan é uma extensão do Chrome desenvolvida por et4m1r, e sua principal característica é "Translates selected text to Mongolian from English and other languages available on Google Translate.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Bantan

Baixe arquivos de extensão Bantan no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Bantan Bantan
ID eejkfggfjmfjdphnaedohbneajlhngdk
URL Oficial https://chrome.google.com/webstore/detail/bantan/eejkfggfjmfjdphnaedohbneajlhngdk
Descrição Translates selected text to Mongolian from English and other languages available on Google Translate.
Tamanho do Arquivo 46.03 KB
Contagem de Instalações 52
Versão Atual 1.3
Última Atualização 2016-05-25
Data de Publicação 2016-05-25
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor et4m1r
Tipo de Pagamento free
Idiomas Suportados 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",
        ""
    ]
}