Enhanced Wikipedia UI

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

Cos'è Enhanced Wikipedia UI?

Enhanced Wikipedia UI è un'estensione di Chrome sviluppata da https://david-hong.com, e la sua funzione principale è "A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Enhanced Wikipedia UI

Scarica i file di estensione Enhanced Wikipedia UI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Enhanced Wikipedia UI Enhanced Wikipedia UI
ID kpccobiljcljgnldjleifiblpdicjmmd
URL Ufficiale https://chromewebstore.google.com/detail/enhanced-wikipedia-ui/kpccobiljcljgnldjleifiblpdicjmmd
Descrizione A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.
Dimensione del File 43.64 KB
Conteggio Installazioni 162
Versione Corrente 1.0
Ultimo Aggiornamento 2014-11-03
Data di Pubblicazione 2014-11-02
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://david-hong.com
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}