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
官方網址 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"
        }
    }
}