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
Eメール [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'"
}