Definer Of Words

Defines Words You Highlight With Mouse Cursor

什麼是Definer Of Words?

Definer Of Words是由kevin.teal1開發的Chrome擴展程式,該擴展的主要功能是“Defines Words You Highlight With Mouse Cursor”。

擴展截圖

screenshot

下載Definer Of Words擴展crx文件

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

擴展使用說明

                        This is an page dictionary. All you have to do is highlight a word on the page with the mouse cursor and then an information box will appear with the definition of the word. 

This app will be great for those learning the English language.                    

擴展基本資訊

名稱 Definer Of Words Definer Of Words
ID apgbjnebgghbmgpdcllmonpdeecjlmbm
官方網址 https://chrome.google.com/webstore/detail/definer-of-words/apgbjnebgghbmgpdcllmonpdeecjlmbm
簡介 Defines Words You Highlight With Mouse Cursor
檔案大小 45.1 KB
安裝次數 169
目前版本 1.0
更新時間 2015-07-21
上架時間 2015-07-21
評分 5.00/5 共 1 次評分
開發者 kevin.teal1
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Definer Of Words",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Defines Words You Highlight With Mouse Cursor",
    "browser_action": {
        "default_icon": "off.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js"
            ]
        }
    ]
}