Wikihover

A Chrome extension that allows you get the summary of an article with the hover of your mouse.

什么是Wikihover?

Wikihover是由https://ellenbrook.github.io开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension that allows you get the summary of an article with the hover of your mouse.”。

扩展截图

screenshot

下载Wikihover扩展crx文件

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

扩展使用说明

                        Are you sick of getting lost in a sea of open tabs when browsing Wikipedia? This Chrome Extension makes that problem go away. Simply hover over almost any Wikipedia link located in the main body of the page and see a brief summary appear at the top of your browser window! Remove your mouse from the link and the added text disappears. It's just that simple.                    

扩展基本信息

名称 Wikihover Wikihover
ID aohcgnijnfgcofeijeeoinefklfghdcc
官方URL https://chromewebstore.google.com/detail/wikihover/aohcgnijnfgcofeijeeoinefklfghdcc
简介 A Chrome extension that allows you get the summary of an article with the hover of your mouse.
文件大小 118 KB
安装次数 61
当前版本 0.0.3
更新时间 2015-08-21
上架时间 2015-08-21
评分 4.11/5 共9次评分
开发者 https://ellenbrook.github.io
付费类型 free
扩展官网 http://ellenbrook.github.io/
帮助页面URL http://ellenbrook.github.io/wikihover-google-chrome-extension/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikihover",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "A Chrome extension that allows you get the summary of an article with the hover of your mouse.",
    "homepage_url": "http:\/\/ellenbrook.github.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/wikipedia.org\/*",
        "https:\/\/wikipedia.org\/*",
        "http:\/\/en.wikipedia.org\/*",
        "https:\/\/en.wikipedia.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/wikipedia.org\/*",
                "https:\/\/wikipedia.org\/*",
                "http:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}