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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}