Enhanced Wikipedia UI
A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.
Was ist Enhanced Wikipedia UI?
Enhanced Wikipedia UI ist eine Chrome-Erweiterung, die von https://david-hong.com entwickelt wurde, und ihr Hauptmerkmal ist "A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.".
Erweiterungsscreenshots
Enhanced Wikipedia UI-Erweiterungs-CRX-Datei herunterladen
Laden Sie Enhanced Wikipedia UI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Enhanced Wikipedia UI |
ID | kpccobiljcljgnldjleifiblpdicjmmd |
Offizielle URL | https://chromewebstore.google.com/detail/enhanced-wikipedia-ui/kpccobiljcljgnldjleifiblpdicjmmd |
Beschreibung | A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability. |
Dateigröße | 43.64 KB |
Installationsanzahl | 162 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-11-03 |
Veröffentlichungsdatum | 2014-11-02 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://david-hong.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |