Define

Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…

什么是Define?

Define是由Abhinav Mehta开发的Chrome扩展程序,该扩展的主要功能是“Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…”。

扩展截图

screenshot

下载Define扩展crx文件

下载Define扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Define helps you to find the definition of any word on your browser without you changing the Tab.
1. Select the word you wanted the Definition for.
2. Right click and select Define word or Click on the define Chrome Extension icon                    

扩展基本信息

名称 Define Define
ID ghekgieimigknomennplpoiomnldfbaa
官方URL https://chromewebstore.google.com/detail/define/ghekgieimigknomennplpoiomnldfbaa
简介 Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…
文件大小 16.1 KB
安装次数 35
当前版本 0.0.1
更新时间 2020-09-28
上架时间 2020-09-28
评分 5.00/5 共1次评分
开发者 Abhinav Mehta
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Define",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "popUp\/index.html",
        "default_title": "Define"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}