Bantan

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

What is Bantan?

Bantan is a Chrome extension developed by et4m1r, and its main feature is "Translates selected text to Mongolian from English and other languages available on Google Translate.".

Extension Screenshots

screenshot
screenshot

Download Bantan Extension CRX File

Download Bantan extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Bantan Bantan
ID eejkfggfjmfjdphnaedohbneajlhngdk
Official URL https://chrome.google.com/webstore/detail/bantan/eejkfggfjmfjdphnaedohbneajlhngdk
Description Translates selected text to Mongolian from English and other languages available on Google Translate.
File Size 46.03 KB
Installation Count 52
Current Version 1.3
Last Updated 2016-05-25
Publish Date 2016-05-25
Rating 5.00/5 Total 5 Ratings
Developer et4m1r
Payment Type free
Supported Languages 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",
        ""
    ]
}