Learner's Dictionary Speaker
This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.
什么是Learner's Dictionary Speaker?
Learner's Dictionary Speaker是由largepuma开发的Chrome扩展程序,该扩展的主要功能是“This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.”。
扩展截图
下载Learner's Dictionary Speaker扩展crx文件
下载Learner's Dictionary Speaker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Before when you refer words in Merriam-Webster's Advanced Learner's Dictionary, you click the speaker icon, pop up a window to play the sound the word. After installing the extension, when you click the speaker icon, you can play the sound of the word directly, avoid a popup window.
扩展基本信息
名称 | ![]() |
ID | coldknllkdcippebgpiidlkcedhmhgdg |
官方URL | https://chrome.google.com/webstore/detail/learners-dictionary-speak/coldknllkdcippebgpiidlkcedhmhgdg |
简介 | This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly. |
文件大小 | 4.35 KB |
安装次数 | 197 |
当前版本 | 1.3 |
更新时间 | 2013-08-26 |
上架时间 | 2013-08-26 |
评分 | 5.00/5 共1次评分 |
开发者 | largepuma |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Learner's Dictionary Speaker", "description": "This extension enable M-W Learner's Dictionary(http:\/\/www.learnersdictionary.com\/) speak directly.", "version": "1.3", "content_scripts": [ { "matches": [ "http:\/\/www.learnersdictionary.com\/search\/*" ], "js": [ "content_script.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "http:\/\/www.learnersdictionary.com\/" ] } |