Learner's Dictionary Speaker

This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.

What is Learner's Dictionary Speaker?

Learner's Dictionary Speaker is a Chrome extension developed by largepuma, and its main feature is "This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.".

Extension Screenshots

screenshot

Download Learner's Dictionary Speaker Extension CRX File

Download Learner's Dictionary Speaker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Learner's Dictionary Speaker Learner's Dictionary Speaker
ID coldknllkdcippebgpiidlkcedhmhgdg
Official URL https://chrome.google.com/webstore/detail/learners-dictionary-speak/coldknllkdcippebgpiidlkcedhmhgdg
Description This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.
File Size 4.35 KB
Installation Count 197
Current Version 1.3
Last Updated 2013-08-26
Publish Date 2013-08-26
Rating 5.00/5 Total 1 Ratings
Developer largepuma
Payment Type free
Supported Languages 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\/"
    ]
}