Enhanced Wikipedia UI

A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.

Qu'est-ce que Enhanced Wikipedia UI ?

Enhanced Wikipedia UI est une extension Chrome développée par https://david-hong.com, et sa fonction principale est "A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Enhanced Wikipedia UI

Téléchargez les fichiers d'extension Enhanced Wikipedia UI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Enhanced Wikipedia UI Enhanced Wikipedia UI
ID kpccobiljcljgnldjleifiblpdicjmmd
URL Officiel 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.
Taille du Fichier 43.64 KB
Nombre d'Installations 162
Version Actuelle 1.0
Dernière Mise à Jour 2014-11-03
Date de Publication 2014-11-02
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://david-hong.com
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}