RR - Reddit, redesigned.™

A chrome extension that redesigns Reddit into a cleaner and more beautiful interface.

RR - Reddit, redesigned.™ là gì?

RR - Reddit, redesigned.™ là một tiện ích mở rộng Chrome được phát triển bởi Winneon, và tính năng chính của nó là "A chrome extension that redesigns Reddit into a cleaner and more beautiful interface.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RR - Reddit, redesigned.™

Tải xuống các tệp mở rộng RR - Reddit, redesigned.™ 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

                        RR, short for Reddit, redesigned, is a chrome extension that changes the look of the front page of reddit.com to a cleaner and more eye-appealing interface.

This extension is currently in open beta, and is inspired and based off of the concept / mockup located here:

http://www.reddit.com/r/UnsolicitedRedesigns/comments/1lhn1p/so_ive_started_on_a_redesign_of_reddit_what_do/

The design of this extension is completely credited to Kingofmysea. I just made this design into full action.

Credit for the icon goes to the Reddit user and long-time friend, /u/lyokofirelyte.

This extension is fully compatible with RES.                    

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

Tên RR - Reddit, redesigned.™ RR - Reddit, redesigned.™
ID ehpflocpihdmpehomaeopciljdfnhgld
URL Chính Thức https://chrome.google.com/webstore/detail/rr-reddit-redesigned/ehpflocpihdmpehomaeopciljdfnhgld
Mô tả A chrome extension that redesigns Reddit into a cleaner and more beautiful interface.
Kích Thước Tệp 260 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2014-06-13
Ngày Phát Hành 2014-06-13
Đánh Giá 4.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Winneon
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RR - Reddit, redesigned.\u2122",
    "short_name": "RR",
    "version": "1.3.1",
    "manifest_version": 2,
    "description": "A chrome extension that redesigns Reddit into a cleaner and more beautiful interface.",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "http:\/\/*.reddit.com\/*",
        "https:\/\/*.reddit.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/",
                "http:\/\/*.reddit.com\/new\/*",
                "http:\/\/*.reddit.com\/rising\/*",
                "http:\/\/*.reddit.com\/controversial\/*",
                "http:\/\/*.reddit.com\/top\/*",
                "http:\/\/*.reddit.com\/gilded\/*",
                "http:\/\/*.reddit.com\/wiki\/*",
                "http:\/\/*.reddit.com\/subreddits\/*",
                "http:\/\/*.reddit.com\/ads\/*",
                "http:\/\/*.reddit.com\/user\/*",
                "http:\/\/*.reddit.com\/r\/*",
                "http:\/\/*.reddit.com\/me\/m\/*",
                "http:\/\/*.reddit.com\/dev\/*",
                "http:\/\/*.reddit.com\/message\/*",
                "http:\/\/*.reddit.com\/search*"
            ],
            "js": [
                "js\/jquery-2.1.0.min.js",
                "js\/utils.js",
                "js\/topbar.js",
                "js\/tabmenu.js",
                "js\/reddit.js",
                "js\/run.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/*",
        "images\/*",
        "js\/*"
    ]
}