Learner's Dictionary Speaker

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

Learner's Dictionary Speaker là gì?

Learner's Dictionary Speaker là một tiện ích mở rộng Chrome được phát triển bởi largepuma, và tính năng chính của nó là "This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Learner's Dictionary Speaker

Tải xuống các tệp mở rộng Learner's Dictionary Speaker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Learner's Dictionary Speaker Learner's Dictionary Speaker
ID coldknllkdcippebgpiidlkcedhmhgdg
URL Chính Thức https://chrome.google.com/webstore/detail/learners-dictionary-speak/coldknllkdcippebgpiidlkcedhmhgdg
Mô tả This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.
Kích Thước Tệp 4.35 KB
Số Lần Cài Đặt 197
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2013-08-26
Ngày Phát Hành 2013-08-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển largepuma
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}