Reddability

Reddit, but readable.

Reddability là gì?

Reddability là một tiện ích mở rộng Chrome được phát triển bởi Andreas Backx, và tính năng chính của nó là "Reddit, but readable.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reddability

Tải xuống các tệp mở rộng Reddability dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reddability Reddability
ID plcdgkcofciichapgeafkaefggdnklho
URL Chính Thức https://chrome.google.com/webstore/detail/plcdgkcofciichapgeafkaefggdnklho
Mô tả Reddit, but readable.
Kích Thước Tệp 104 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2015-02-15
Ngày Phát Hành 2015-02-15
Đánh Giá 3.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Andreas Backx
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}