Learner's Dictionary Speaker
This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.
Was ist Learner's Dictionary Speaker?
Learner's Dictionary Speaker ist eine Chrome-Erweiterung, die von largepuma entwickelt wurde, und ihr Hauptmerkmal ist "This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.".
Erweiterungsscreenshots
Learner's Dictionary Speaker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Learner's Dictionary Speaker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | coldknllkdcippebgpiidlkcedhmhgdg |
Offizielle URL | https://chrome.google.com/webstore/detail/learners-dictionary-speak/coldknllkdcippebgpiidlkcedhmhgdg |
Beschreibung | This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly. |
Dateigröße | 4.35 KB |
Installationsanzahl | 197 |
Aktuelle Version | 1.3 |
Letztes Update | 2013-08-26 |
Veröffentlichungsdatum | 2013-08-26 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | largepuma |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |