WordMaster

English dictionary extension

WordMasterคืออะไร?

WordMaster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nchathu2014 และคุณลักษณะหลักของมันคือ "English dictionary extension"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WordMaster

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

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

                        WordMaster is a dictionary tool which helps to improve English knowledge.Technically it wrapped as a Google Chrome extension while it's heart is Facebook's ReactJS                    

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

ชื่อ WordMaster WordMaster
ID ejeignhcdmhncfmpkdhiodongnnacljk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wordmaster/ejeignhcdmhncfmpkdhiodongnnacljk
คำอธิบาย English dictionary extension
ขนาดไฟล์ 875 KB
จำนวนการติดตั้ง 484
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2016-10-12
วันที่เผยแพร่ 2016-10-12
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา nchathu2014
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/wordmaster28
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordMaster",
    "description": "English dictionary extension",
    "icons": {
        "256": "images\/icon_256x256.png",
        "128": "images\/icon_128x128.png",
        "16": "images\/icon_16x16.png",
        "48": "images\/icon_48x48.png"
    },
    "version": "1.0.2",
    "short_name": "WordMaster",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": false
    },
    "web_accessible_resources": [
        "images\/*.gif"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}