English Learner Kit

This extension helps learn phonetic transcription and pronunciation.

Co je English Learner Kit?

English Learner Kit je rozšíření Chrome vyvinuté Andrey Cheptsov, a jeho hlavní funkcí je „This extension helps learn phonetic transcription and pronunciation.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření English Learner Kit

Stáhněte si soubory rozšíření English Learner Kit 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í

                        To see transcription for a word on the page, move your mouse over it and hold the Ctrl (Cmd for OS X) key. Hold the mouse longer to listen the pronunciation.

Click on a word holding the Ctrl (Cmd for OS X) key to add it to the favorites (or to remove it from the favorites).

Please submit bug reports and pull requests to https://github.com/cheptsov/english-learner-kit/issues                    

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

Název English Learner Kit English Learner Kit
ID afmaganbgpebidpiahknfcgbhegckaao
Oficiální URL https://chrome.google.com/webstore/detail/english-learner-kit/afmaganbgpebidpiahknfcgbhegckaao
Popis This extension helps learn phonetic transcription and pronunciation.
Velikost souboru 38.75 KB
Počet instalací 121
Aktuální Verze 1.0.11
Poslední Aktualizace 2014-07-04
Datum Vydání 2014-07-04
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Andrey Cheptsov
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "English Learner Kit",
    "description": "This extension helps learn phonetic transcription and pronunciation.",
    "version": "1.0.11",
    "permissions": [
        "https:\/\/dictionary.yandex.net\/",
        "storage",
        "notifications",
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "graduation-cap_999999_19.png",
            "38": "graduation-cap_999999_38.png"
        }
    }
}