Idiom

Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.

O que é Idiom?

Idiom é uma extensão do Chrome desenvolvida por https://getidiom.com, e sua principal característica é "Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Idiom

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

                        Read foreign news, literature, and more.                    

Informações Básicas da Extensão

Nome Idiom Idiom
ID pfajlhihbjkkombfboempehkldaipcab
URL Oficial https://chromewebstore.google.com/detail/idiom/pfajlhihbjkkombfboempehkldaipcab
Descrição Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.
Tamanho do Arquivo 20.18 KB
Contagem de Instalações 290
Versão Atual 1.1.3
Última Atualização 2020-08-21
Data de Publicação 2020-04-28
Classificação 3.80/5 Total de 5 Avaliações
Desenvolvedor https://getidiom.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://getidiom.com/
URL da Página de Ajuda https://getidiom.com/
URL da Página de Política de Privacidade https://getidiom.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Idiom",
    "short_name": "Idiom",
    "description": "Idiom helps you read foreign-language websites.  Tap the extension, and then select any word to speak and translate.",
    "version": "1.1.3",
    "browser_action": {
        "default_title": "Enable Idiom",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/api.getidiom.com\/*",
        "activeTab",
        "storage",
        "tts"
    ]
}