Learner's Dictionary Speaker
This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.
Co je Learner's Dictionary Speaker?
Learner's Dictionary Speaker je rozšíření Chrome vyvinuté largepuma, a jeho hlavní funkcí je „This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Learner's Dictionary Speaker
Stáhněte si soubory rozšíření Learner's Dictionary Speaker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | ![]() |
ID | coldknllkdcippebgpiidlkcedhmhgdg |
Oficiální URL | https://chrome.google.com/webstore/detail/learners-dictionary-speak/coldknllkdcippebgpiidlkcedhmhgdg |
Popis | This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly. |
Velikost souboru | 4.35 KB |
Počet instalací | 197 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2013-08-26 |
Datum Vydání | 2013-08-26 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | largepuma |
Typ Platby | free |
Podporované Jazyky | 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\/" ] } |