Alterengo

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

What is Alterengo?

Alterengo is a Chrome extension developed by Alterengo, and its main feature is "Alterengo is a real-time language learning tool with context-aware technology.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Alterengo Extension CRX File

Download Alterengo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Alterengo Alterengo
ID mdpjekdfnhphlbjlfbbcikhkminabjac
Official URL https://chrome.google.com/webstore/detail/alterengo/mdpjekdfnhphlbjlfbbcikhkminabjac
Description Alterengo is a real-time language learning tool with context-aware technology.
File Size 1.99 MB
Installation Count 37
Current Version 0.2.2
Last Updated 2021-11-28
Publish Date 2020-06-29
Rating 5.00/5 Total 6 Ratings
Developer Alterengo
Email [email protected]
Payment Type free
Extension Website https://beta.alterengo.com
Supported Languages 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'"
}