Alterengo

Alterengo is a real-time language learning tool with context-aware technology.

O que é Alterengo?

Alterengo é uma extensão do Chrome desenvolvida por Alterengo, e sua principal característica é "Alterengo is a real-time language learning tool with context-aware technology.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Alterengo

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

                        Alterengo is a word search engine for multilingual professionals.

Features of this 0.2.0 beta-version:
- Double click on a word or press the 'Option/Alt' key to look up a word in a dictionary (Change preference in the "Options" page) 
- Save definitions and notes in a word palette.
- Delete the saved definitions and notes in a word palette.
- Check word palettes on a sidebar.

=================================
Hi, we are team Alterengo🤩, and we are building a personalized context-aware language learning tool for YOU to learn and grow without the language barrier! 

A new version of Alterengo Chrome extension will be updated soon with enhanced readability.

Take a peek at v.0.3.0 beta-version: https://chrome.google.com/webstore/detail/alterengo/eanhcadlcgbojhjgfnfilbbkddkahfih?hl=en

Until then, please join our mailing list by signing up at alterengo.com. We will keep you posted!                    

Informações Básicas da Extensão

Nome Alterengo Alterengo
ID mdpjekdfnhphlbjlfbbcikhkminabjac
URL Oficial https://chrome.google.com/webstore/detail/alterengo/mdpjekdfnhphlbjlfbbcikhkminabjac
Descrição Alterengo is a real-time language learning tool with context-aware technology.
Tamanho do Arquivo 1.99 MB
Contagem de Instalações 37
Versão Atual 0.2.2
Última Atualização 2021-11-28
Data de Publicação 2020-06-29
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Alterengo
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://beta.alterengo.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alterengo",
    "description": "Alterengo is a real-time language learning tool with context-aware technology.",
    "minimum_chrome_version": "60",
    "default_locale": "en",
    "permissions": [
        "",
        "cookies",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "images\/icons\/icon_16.png",
        "32": "images\/icons\/icon_32.png",
        "48": "images\/icons\/icon_48.png",
        "128": "images\/icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Alterengo"
    },
    "options_page": "views\/options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "css\/fonts_vars.css"
            ],
            "js": [
                "js\/vendor\/jquery-3.5.1.min.js",
                "js\/vendor\/slimdown.js",
                "js\/content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/alticon.css",
        "css\/common.css",
        "css\/popup.css",
        "css\/tooltip.css",
        "fonts\/alticon\/alticon.eot",
        "fonts\/alticon\/alticon.svg",
        "fonts\/alticon\/alticon.ttf",
        "fonts\/alticon\/alticon.woff",
        "fonts\/roboto\/Roboto-Black.ttf",
        "fonts\/roboto\/Roboto-BlackItalic.ttf",
        "fonts\/roboto\/Roboto-Bold.ttf",
        "fonts\/roboto\/Roboto-BoldItalic.ttf",
        "fonts\/roboto\/Roboto-Italic.ttf",
        "fonts\/roboto\/Roboto-Light.ttf",
        "fonts\/roboto\/Roboto-LightItalic.ttf",
        "fonts\/roboto\/Roboto-Medium.ttf",
        "fonts\/roboto\/Roboto-MediumItalic.ttf",
        "fonts\/roboto\/Roboto-Regular.ttf",
        "fonts\/roboto\/Roboto-Thin.ttf",
        "fonts\/roboto\/Roboto-ThinItalic.ttf",
        "images\/add_to_palette_success.gif",
        "images\/loading.gif",
        "images\/logo_bottom_gray.svg",
        "images\/logo_sidebar.svg",
        "images\/msg_signup_sidebar.png",
        "images\/msg_signup_wordpopup.png",
        "images\/msg_noresult.png"
    ],
    "version": "0.2.2",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}