Enhanced Wikipedia UI

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

Τι είναι το Enhanced Wikipedia UI;

Το Enhanced Wikipedia UI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://david-hong.com, και η κύρια λειτουργία του είναι "A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Enhanced Wikipedia UI

Λήψη αρχείων επέκτασης Enhanced Wikipedia UI σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Enhanced Wikipedia UI Enhanced Wikipedia UI
ID kpccobiljcljgnldjleifiblpdicjmmd
Επίσημο URL https://chromewebstore.google.com/detail/enhanced-wikipedia-ui/kpccobiljcljgnldjleifiblpdicjmmd
Περιγραφή A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.
Μέγεθος Αρχείου 43.64 KB
Αριθμός Εγκαταστάσεων 162
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2014-11-03
Ημερομηνία Δημοσίευσης 2014-11-02
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://david-hong.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}