Wikihover
A Chrome extension that allows you get the summary of an article with the hover of your mouse.
What is Wikihover?
Wikihover is a Chrome extension developed by https://ellenbrook.github.io, and its main feature is "A Chrome extension that allows you get the summary of an article with the hover of your mouse.".
Extension Screenshots
Download Wikihover Extension CRX File
Download Wikihover 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
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.
Extension Basic Information
Name | Wikihover |
ID | aohcgnijnfgcofeijeeoinefklfghdcc |
Official URL | https://chromewebstore.google.com/detail/wikihover/aohcgnijnfgcofeijeeoinefklfghdcc |
Description | A Chrome extension that allows you get the summary of an article with the hover of your mouse. |
File Size | 118 KB |
Installation Count | 61 |
Current Version | 0.0.3 |
Last Updated | 2015-08-21 |
Publish Date | 2015-08-21 |
Rating | 4.11/5 Total 9 Ratings |
Developer | https://ellenbrook.github.io |
Payment Type | free |
Extension Website | http://ellenbrook.github.io/ |
Help Page URL | http://ellenbrook.github.io/wikihover-google-chrome-extension/ |
Supported Languages | 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" ] } ] } |