Polyglot

Enable users to use multi-language in webpages.

O que é Polyglot?

Polyglot é uma extensão do Chrome desenvolvida por Two-way translation. Surf the Web Natively in Any Language, e sua principal característica é "Enable users to use multi-language in webpages.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Polyglot

Baixe arquivos de extensão Polyglot 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

                        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.                    

Informações Básicas da Extensão

Nome Polyglot Polyglot
ID hdbcnodefcbojlkaobiahghecgjoiicb
URL Oficial https://chromewebstore.google.com/detail/polyglot/hdbcnodefcbojlkaobiahghecgjoiicb
Descrição Enable users to use multi-language in webpages.
Tamanho do Arquivo 645 KB
Contagem de Instalações 752
Versão Atual 1.0
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 3.50/5 Total de 4 Avaliações
Desenvolvedor Two-way translation. Surf the Web Natively in Any Language
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}