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\/" ] } |