Wiki-Definition

Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon…

什么是Wiki-Definition?

Wiki-Definition是由webpromod开发的Chrome扩展程序,该扩展的主要功能是“Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon…”。

扩展截图

screenshot

下载Wiki-Definition扩展crx文件

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

扩展使用说明

                        Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon popup.

How to use
1) Clicking on the Wikipedia globe icon will toggle between activating and deactivating the extension. (If red marker on the globe, the extension is deactivated; click on it to activate.) 
2) You can select word or phrase to get definition.
3) Then, hover over selected text to get the definition.
4) If the definition is not updated keep hover over the selected text.
5) Clicking on (...more) yellow text on balloon popup will lead to relevant Wikipedia page.

Happy browsing!!😎😎                    

扩展基本信息

名称 Wiki-Definition Wiki-Definition
ID aajpceienambodklllohnboagldmagdc
官方URL https://chromewebstore.google.com/detail/wiki-definition/aajpceienambodklllohnboagldmagdc
简介 Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon…
文件大小 71.54 KB
安装次数 27
当前版本 0.1
更新时间 2019-09-01
上架时间 2019-08-27
评分 5.00/5 共1次评分
开发者 webpromod
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki-Definition",
    "version": "0.1",
    "permissions": [
        "https:\/\/en.wikipedia.org\/w\/api.php\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ],
            "css": [
                "popup.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "wiki2.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}