Esperanto

A plugin for learning languages

Co je Esperanto?

Esperanto je rozšíření Chrome vyvinuté nhamlevan, a jeho hlavní funkcí je „A plugin for learning languages“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Esperanto

Stáhněte si soubory rozšíření Esperanto ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Esperanto Esperanto
ID polehohpiildedlcimlencodbghhbcaa
Oficiální URL https://chrome.google.com/webstore/detail/esperanto/polehohpiildedlcimlencodbghhbcaa
Popis A plugin for learning languages
Velikost souboru 18.93 KB
Počet instalací 33
Aktuální Verze 1.2
Poslední Aktualizace 2017-04-15
Datum Vydání 2017-04-15
Vývojář nhamlevan
Typ Platby free
Webové stránky Rozšíření https://nhamlv-55.github.io/Esperanto/
Podporované Jazyky 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",
        ""
    ]
}