Integrated Language

Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing.

O que é Integrated Language?

Integrated Language é uma extensão do Chrome desenvolvida por Shavavo, e sua principal característica é "Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Integrated Language

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

                        Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing. By selecting the Language and difficulty, this extension will replace nouns, common phrases, and certain verbs with the language and frequency you specify. 

Integrated Language is easy to use. Simply select the language you want to learn, the difficulty (frequency of translations), hit start, and watch your page transform. To view the original English, hover over the item.

1/16/17 WHITELISTING AND QUIZLET INTEGRATION ADDED

Whitelisting allows you to keep Integrated Language on or off for each domain. 

Quizlet integration has now been added. Simply connect your account and create notecards by clicking on the translated words in the webpage. Quickly test out your new words with the built-in quick flashcard view.                    

Informações Básicas da Extensão

Nome Integrated Language Integrated Language
ID gecndgpfcacjllppgiffgfdhpdgibjan
URL Oficial https://chromewebstore.google.com/detail/integrated-language/gecndgpfcacjllppgiffgfdhpdgibjan
Descrição Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing.
Tamanho do Arquivo 777 KB
Contagem de Instalações 53
Versão Atual 1.0.3
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor Shavavo
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Integrated Language",
    "description": "Integrated Language allows you to seamlessly integrate your language learning by translating words on the website you are viewing.",
    "version": "1.0.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/compromise.js",
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "ILLogo.png"
    },
    "background": {
        "scripts": [
            "config.js",
            "lib\/jquery.min.js",
            "lib\/bootstrap.min.js",
            "lib\/compromise.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "identity",
        "https:\/\/api.quizlet.com\/2.0\/*"
    ]
}