Enhanced Wikipedia UI
A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.
What is Enhanced Wikipedia UI?
Enhanced Wikipedia UI is a Chrome extension developed by https://david-hong.com, and its main feature is "A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.".
Extension Screenshots
Download Enhanced Wikipedia UI Extension CRX File
Download Enhanced Wikipedia UI 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
A google extension that redesigns the Wikipedia website in order to create a more user friendly and readable interface. Features include a more modern design, fixed table of contents on the sidebar (no more manually scrolling to the top to find another heading!). Also has a more convenient search bar with larger search result items. Automatically opens an image in a lightbox rather than navigating away from the page to show the image. Readability enhancements include: Change in font (family, size, color, line-height and others). Paragraphs now are indented and have larger margins/padding to give more breathing room Images also have more padding and border-radius Image captions now "hover to display" to give more of a minimal look Table padding significantly increased to give more breathing room And MUCH more!
Extension Basic Information
Name | Enhanced Wikipedia UI |
ID | kpccobiljcljgnldjleifiblpdicjmmd |
Official URL | https://chromewebstore.google.com/detail/enhanced-wikipedia-ui/kpccobiljcljgnldjleifiblpdicjmmd |
Description | A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability. |
File Size | 43.64 KB |
Installation Count | 162 |
Current Version | 1.0 |
Last Updated | 2014-11-03 |
Publish Date | 2014-11-02 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://david-hong.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enhanced Wikipedia UI", "description": "A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*.wikipedia.org\/*" ], "css": [ "style.css" ] } ] } |