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.”。
扩展截图
下载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
扩展基本信息
名称 | ![]() |
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" } } } |