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