Esperanto

A plugin for learning languages

Esperantoとは何ですか?

Esperantoはnhamlevanによって開発されたChromeの拡張機能で、その主な機能は「A plugin for learning languages」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Esperanto拡張機能のCRXファイルをダウンロード

Esperanto拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have you ever wondered: "How much can I read after finishing this language course?". If the answer is yes, then this extension is for you.
Introducing Esperanto, an extension that will highlight every word in your predefined word list in a website. Don't know if learning German just on Duolingo is enough? Head to German Wikipedia and see how much you can read after finishing the course.
To lazy to compile your own word list? Don't worry, head to the plugin website to download from our prepared word lists.
Happy learning.                    

拡張機能の基本情報

名前 Esperanto Esperanto
ID polehohpiildedlcimlencodbghhbcaa
公式URL https://chrome.google.com/webstore/detail/esperanto/polehohpiildedlcimlencodbghhbcaa
説明 A plugin for learning languages
ファイルサイズ 18.93 KB
インストール数 33
現在のバージョン 1.2
最終更新日 2017-04-15
公開日 2017-04-15
開発者 nhamlevan
支払い方法 free
拡張機能のウェブサイト https://nhamlv-55.github.io/Esperanto/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Esperanto",
    "description": "A plugin for learning languages",
    "version": "1.2",
    "browser_action": {
        "default_icon": "128-square.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16-square.png",
        "48": "48-square.png",
        "128": "128-square.png"
    },
    "content_scripts": [
        {
            "js": [
                "mark.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        ""
    ]
}