English Learner Kit

This extension helps learn phonetic transcription and pronunciation.

English Learner Kitとは何ですか?

English Learner KitはAndrey Cheptsovによって開発されたChromeの拡張機能で、その主な機能は「This extension helps learn phonetic transcription and pronunciation.」です。

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

screenshot

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

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

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 English Learner Kit English Learner Kit
ID afmaganbgpebidpiahknfcgbhegckaao
公式URL https://chrome.google.com/webstore/detail/english-learner-kit/afmaganbgpebidpiahknfcgbhegckaao
説明 This extension helps learn phonetic transcription and pronunciation.
ファイルサイズ 38.75 KB
インストール数 121
現在のバージョン 1.0.11
最終更新日 2014-07-04
公開日 2014-07-04
評価 5.00/5 合計 2 レビュー
開発者 Andrey Cheptsov
支払い方法 free
対応言語 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"
        }
    }
}