WordMaster
English dictionary extension
什麼是WordMaster?
WordMaster是由nchathu2014開發的Chrome擴展程式,該擴展的主要功能是“English dictionary extension”。
擴展截圖
下載WordMaster擴展crx文件
下載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                     擴展基本資訊
| 名稱 |   |  
| ID | ejeignhcdmhncfmpkdhiodongnnacljk | 
| 官方網址 | 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"
    }
}  |  |