Alterengo

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

什么是Alterengo?

Alterengo是由Alterengo开发的Chrome扩展程序,该扩展的主要功能是“Alterengo is a real-time language learning tool with context-aware technology.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Alterengo扩展crx文件

下载Alterengo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Alterengo Alterengo
ID mdpjekdfnhphlbjlfbbcikhkminabjac
官方URL https://chrome.google.com/webstore/detail/alterengo/mdpjekdfnhphlbjlfbbcikhkminabjac
简介 Alterengo is a real-time language learning tool with context-aware technology.
文件大小 1.99 MB
安装次数 37
当前版本 0.2.2
更新时间 2021-11-28
上架时间 2020-06-29
评分 5.00/5 共6次评分
开发者 Alterengo
电子邮箱 [email protected]
付费类型 free
扩展官网 https://beta.alterengo.com
支持的语言 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'"
}