Reddability

Reddit, but readable.

ما هو Reddability؟

Reddability هو إضافة Chrome تم تطويرها بواسطة Andreas Backx، والميزة الرئيسية لها هي "Reddit, but readable.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Reddability

قم بتنزيل ملفات الامتداد Reddability بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Reddability makes it easier for you to browse Reddit.

Changes made are there to make the dull design of Reddit more appealing and easier to browse. There is full compatibility with Reddit Enhancement Suite, but works completely fine without it. A full list of features and improvements is below.

 • Images support more dense high resolution displays like a Retina display.
 • The right sidebar can be hidden.
 • Reddit makes better usage of larger screens.
 • A more clean and open look.
 • Fixes to make everything align better.
 • Full Reddit Enhancement Suite (RES) support.
 • Capitalization has been taken care of (mostly).
 • Spoiler tags used on some subreddits are supported.
 • Current localization for English, German, French and Dutch.

The open source Github repository can be found here: https://github.com/AndreasBackx/Reddability                    

معلومات أساسية عن التمديد

الاسم Reddability Reddability
ID plcdgkcofciichapgeafkaefggdnklho
عنوان URL الرسمي https://chrome.google.com/webstore/detail/plcdgkcofciichapgeafkaefggdnklho
الوصف Reddit, but readable.
حجم الملف 104 KB
عدد التثبيتات 132
النسخة الحالية 1.2.1
آخر تحديث 2015-02-15
تاريخ النشر 2015-02-15
تقييم 3.78/5 مجموع تقييمات 9
المطور Andreas Backx
نوع الدفع free
اللغات المدعومة de,en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddability",
    "description": "__MSG_description__",
    "version": "1.2.1",
    "author": "Andreas Backx",
    "icons": {
        "128": "img\/branding\/app_icon.png",
        "256": "img\/branding\/app_iconx256.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/main.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "img\/buttons\/arrow_*.png",
        "img\/buttons\/buttons.png",
        "img\/buttons\/markdown.png",
        "img\/buttons\/fullscreen.png",
        "img\/buttons\/mail.png",
        "img\/reddit\/reddit_logo.png"
    ],
    "permissions": [
        "storage",
        "notifications"
    ]
}