Bantan

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

Bantan là gì?

Bantan là một tiện ích mở rộng Chrome được phát triển bởi et4m1r, và tính năng chính của nó là "Translates selected text to Mongolian from English and other languages available on Google Translate.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bantan

Tải xuống các tệp mở rộng Bantan dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bantan Bantan
ID eejkfggfjmfjdphnaedohbneajlhngdk
URL Chính Thức https://chrome.google.com/webstore/detail/bantan/eejkfggfjmfjdphnaedohbneajlhngdk
Mô tả Translates selected text to Mongolian from English and other languages available on Google Translate.
Kích Thước Tệp 46.03 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2016-05-25
Ngày Phát Hành 2016-05-25
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển et4m1r
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}