Learner's Dictionary Speaker
This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.
Cos'è Learner's Dictionary Speaker?
Learner's Dictionary Speaker è un'estensione di Chrome sviluppata da largepuma, e la sua funzione principale è "This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Learner's Dictionary Speaker
Scarica i file di estensione Learner's Dictionary Speaker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | coldknllkdcippebgpiidlkcedhmhgdg |
URL Ufficiale | https://chrome.google.com/webstore/detail/learners-dictionary-speak/coldknllkdcippebgpiidlkcedhmhgdg |
Descrizione | This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly. |
Dimensione del File | 4.35 KB |
Conteggio Installazioni | 197 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2013-08-26 |
Data di Pubblicazione | 2013-08-26 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | largepuma |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |