Polyglot

Enable users to use multi-language in webpages.

Polyglot là gì?

Polyglot là một tiện ích mở rộng Chrome được phát triển bởi Two-way translation. Surf the Web Natively in Any Language, và tính năng chính của nó là "Enable users to use multi-language in webpages.".

Ả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 Polyglot

Tải xuống các tệp mở rộng Polyglot 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

                        Surf the web natively in any language. 

Polyglot makes surfing the web in a foreign language just like surfing the net in your own language. 

Foreign language sites will be translated automatically into your native language. Plus any text inputs you make into these foreign language sites in your native language will automatically be translated into that foreign language. 

Now you can use the local version of Google, Ebay, Amazon or any other site whilst travelling or living overseas. 

Additionally non-English speakers can now make use of the vast array of the internet that is only in the English language.                    

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

Tên Polyglot Polyglot
ID hdbcnodefcbojlkaobiahghecgjoiicb
URL Chính Thức https://chromewebstore.google.com/detail/polyglot/hdbcnodefcbojlkaobiahghecgjoiicb
Mô tả Enable users to use multi-language in webpages.
Kích Thước Tệp 645 KB
Số Lần Cài Đặt 752
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Two-way translation. Surf the Web Natively in Any Language
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Polyglot",
    "description": "Enable users to use multi-language in webpages.",
    "version": "1.0",
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/guesslanguage\/_languageData.js",
            "js\/guesslanguage\/guessLanguage.js",
            "js\/translator.js",
            "js\/background.js",
            "js\/jquery-2.1.4.min.js",
            "js\/tabconfig.js",
            "js\/polyglot.js",
            "js\/headers.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/translator.js",
                "js\/jquery-2.1.4.min.js",
                "js\/content.js",
                "js\/tabconfig.js",
                "js\/polyglot.js"
            ],
            "css": [
                "css\/translator.css"
            ],
            "run_at": "document_end"
        }
    ]
}