Enhanced Wikipedia UI

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

Hvad er Enhanced Wikipedia UI?

Enhanced Wikipedia UI er en Chrome-udvidelse udviklet af https://david-hong.com, og dens hovedfunktion er "A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Enhanced Wikipedia UI-udvidelses-CRX-fil

Download Enhanced Wikipedia UI-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Enhanced Wikipedia UI Enhanced Wikipedia UI
ID kpccobiljcljgnldjleifiblpdicjmmd
Officiel URL https://chromewebstore.google.com/detail/enhanced-wikipedia-ui/kpccobiljcljgnldjleifiblpdicjmmd
Beskrivelse A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.
Filstørrelse 43.64 KB
Antal Installationer 162
Nuværende Version 1.0
Senest Opdateret 2014-11-03
Udgivelsesdato 2014-11-02
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler https://david-hong.com
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}