Learner's Dictionary Speaker

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

Co to jest Learner's Dictionary Speaker?

Learner's Dictionary Speaker to rozszerzenie Chrome opracowane przez largepuma, a jego główną funkcją jest „This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Learner's Dictionary Speaker

Pobierz pliki rozszerzeń Learner's Dictionary Speaker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Learner's Dictionary Speaker Learner's Dictionary Speaker
ID coldknllkdcippebgpiidlkcedhmhgdg
Oficjalny URL https://chrome.google.com/webstore/detail/learners-dictionary-speak/coldknllkdcippebgpiidlkcedhmhgdg
Opis This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.
Rozmiar pliku 4.35 KB
Liczba instalacji 197
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2013-08-26
Data Publikacji 2013-08-26
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper largepuma
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}