Alterengo

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

Co to jest Alterengo?

Alterengo to rozszerzenie Chrome opracowane przez Alterengo, a jego główną funkcją jest „Alterengo is a real-time language learning tool with context-aware technology.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Alterengo

Pobierz pliki rozszerzeń Alterengo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Alterengo Alterengo
ID mdpjekdfnhphlbjlfbbcikhkminabjac
Oficjalny URL https://chrome.google.com/webstore/detail/alterengo/mdpjekdfnhphlbjlfbbcikhkminabjac
Opis Alterengo is a real-time language learning tool with context-aware technology.
Rozmiar pliku 1.99 MB
Liczba instalacji 37
Aktualna Wersja 0.2.2
Ostatnia Aktualizacja 2021-11-28
Data Publikacji 2020-06-29
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper Alterengo
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://beta.alterengo.com
Obsługiwane Języki 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'"
}