WikiPopups
Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)
What is WikiPopups?
WikiPopups is a Chrome extension developed by wikipediapopups, and its main feature is "Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)".
Extension Screenshots
Download WikiPopups Extension CRX File
Download WikiPopups 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
WikiPopup is a simple as can be extension to Wikipedia that makes checking out the links you come across a bit easier. It is in the beta stage, so feedback is appreciated. If you for some reason want to support the development you can donate by Paypal to [email protected].
Extension Basic Information
Name | WikiPopups |
ID | deljgppfggnhgkehhiogffhjdbjlbccb |
Official URL | https://chromewebstore.google.com/detail/wikipopups/deljgppfggnhgkehhiogffhjdbjlbccb |
Description | Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta) |
File Size | 83.44 KB |
Installation Count | 80 |
Current Version | 0.261 |
Last Updated | 2013-10-30 |
Publish Date | 2013-10-30 |
Rating | 4.71/5 Total 7 Ratings |
Developer | wikipediapopups |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WikiPopups", "description": "Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)", "version": "0.261", "content_scripts": [ { "matches": [ "https:\/\/*.wikipedia.org\/*", "http:\/\/*.wikipedia.org\/*" ], "css": [ "popup.css" ], "js": [ "jquery.js", "myscript.js" ] } ] } |