High Wiki
Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators
What is High Wiki?
High Wiki is a Chrome extension developed by Liam Zebedee, and its main feature is "Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators".
Extension Screenshots
Download High Wiki Extension CRX File
Download High Wiki 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
Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators Tired of so many Wikipedia tabs open? Are you an inquisitive explorer of links and knowledge? Do you read Maths articles and open a new tab for every second link you encounter? Fret no more! High Wiki: - links to other articles expand inline - links within those excerpts do the same too! - double-click to open in a new tab - click show more to see just that bit more you needed ;)
Extension Basic Information
Name | High Wiki |
ID | cjfkkhpnjkcacnfojagblbmenjjbhedi |
Official URL | https://chromewebstore.google.com/detail/high-wiki/cjfkkhpnjkcacnfojagblbmenjjbhedi |
Description | Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators |
File Size | 197 KB |
Installation Count | 108 |
Current Version | 3.1 |
Last Updated | 2016-11-07 |
Publish Date | 2016-11-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Liam Zebedee |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "High Wiki", "description": "Read everything on Wikipedia in just one tab. For the intellectually curious and chronic procrastinators", "version": "3.1", "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.wikipedia.org\/wiki\/*", "http:\/\/*.wikipedia.org\/wiki\/*" ], "js": [ "libs\/jquery.min.js", "libs\/singleClick.js", "build\/bundle.js" ], "css": [ "highwiki.css" ] } ], "permissions": [ "activeTab", "https:\/\/*.wikipedia.org\/wiki\/*", "http:\/\/*.wikipedia.org\/wiki\/*" ] } |