Learner's Dictionary Speaker

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

Learner's Dictionary Speakerคืออะไร?

Learner's Dictionary Speaker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย largepuma และคุณลักษณะหลักของมันคือ "This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Learner's Dictionary Speaker

ดาวน์โหลดไฟล์ส่วนขยาย Learner's Dictionary Speaker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Learner's Dictionary Speaker Learner's Dictionary Speaker
ID coldknllkdcippebgpiidlkcedhmhgdg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/learners-dictionary-speak/coldknllkdcippebgpiidlkcedhmhgdg
คำอธิบาย This extension enable M-W Learner's Dictionary(http://www.learnersdictionary.com/) speak directly.
ขนาดไฟล์ 4.35 KB
จำนวนการติดตั้ง 197
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2013-08-26
วันที่เผยแพร่ 2013-08-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา largepuma
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/"
    ]
}