Word Definer

Get the definitions of all big or complex words from every webpage

什麼是Word Definer?

Word Definer是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Get the definitions of all big or complex words from every webpage”。

擴展截圖

screenshot
screenshot
screenshot

下載Word Definer擴展crx文件

下載Word Definer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Word definer is the perfect extension for all of your vocabulary needs. Every webpage visited will have a compiled list of words in the toolbar that have been pulled directly from the page. Figure out words you do not know by retrieving their definitions instantly at the click of a button.                    

擴展基本資訊

名稱 Word Definer Word Definer
ID pebaoppkhmdljgfcepaocgdifalikhhh
官方網址 https://chromewebstore.google.com/detail/word-definer/pebaoppkhmdljgfcepaocgdifalikhhh
簡介 Get the definitions of all big or complex words from every webpage
檔案大小 21.79 KB
安裝次數 54
目前版本 0.0.1
更新時間 2021-11-02
上架時間 2021-11-02
開發者 Unknown
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Definer",
    "description": "Get the definitions of all big or complex words from every webpage",
    "version": "0.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/dictionary16x16.png",
        "48": "images\/dictionary48x48.png",
        "128": "images\/dictionary128x128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}