Wikipedia Hover

Skip the tabs

What is Wikipedia Hover?

Wikipedia Hover is a Chrome extension developed by effortlesslyfly, and its main feature is "Skip the tabs".

Extension Screenshots

screenshot

Download Wikipedia Hover Extension CRX File

Download Wikipedia Hover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Simply hover over any Wikipedia link and it'll show you its summary.                    

Extension Basic Information

Name Wikipedia Hover Wikipedia Hover
ID lfacpfamfnhljkidjmgekpimhjkabfoo
Official URL https://chrome.google.com/webstore/detail/wikipedia-hover/lfacpfamfnhljkidjmgekpimhjkabfoo
Description Skip the tabs
File Size 86.81 KB
Installation Count 83
Current Version 1.2
Last Updated 2014-02-12
Publish Date 2014-02-12
Rating 4.43/5 Total 7 Ratings
Developer effortlesslyfly
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikipedia Hover",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.0.js",
                "background.js"
            ]
        }
    ],
    "description": "Skip the tabs",
    "short_name": "Wikipedia Hover",
    "version": "1.2"
}