redd.AT - an [A]wesome [T]heme for reddit

Makes reddit's theme awesome, without losing the authentic reddit experience.

redd.AT - an [A]wesome [T]heme for reddit란 무엇입니까?

redd.AT - an [A]wesome [T]heme for reddit은(는) https://redbanhammer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes reddit's theme awesome, without losing the authentic reddit experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

redd.AT - an [A]wesome [T]heme for reddit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        redd.AT is a lightweight extension that modernizes reddit.  Based on /r/minimalism's subreddit style, redd.AT provides a clean and unified experience that preserves reddit's core philosophy of content above all else.

redd.AT is compatible with RES (reddit Enhancement Suite), but works with plain-ol' reddit just as well.

~ Tips ~
For the best experience, please install Open Sans on your computer:
http://www.google.com/fonts#UsePlace:use/Collection:Open+Sans

~ Nota Bene ~
This message indicates that redd.AT is in public beta.  I originally created redd.AT for personal use, but due to popular demand I've decided to increase its availability.  It's stable and secure, but I make no guarantees (implied or explicit) that the extension is completely bug-free.

If you encounter a bug, glitch, or otherwise have feedback about redd.AT, please consider leaving a review or contacting me via redbanhammer[at]gmail[.]com.  Thanks!                    

확장 프로그램 기본 정보

이름 redd.AT - an [A]wesome [T]heme for reddit redd.AT - an [A]wesome [T]heme for reddit
ID dbggpjmenkchifddcfkjmhmbjpgjkhfb
공식 URL https://chromewebstore.google.com/detail/reddat-an-awesome-theme-f/dbggpjmenkchifddcfkjmhmbjpgjkhfb
설명 Makes reddit's theme awesome, without losing the authentic reddit experience.
파일 크기 1.17 MB
설치 횟수 33
현재 버전 0.8.2.43
최근 업데이트 2015-12-22
출시 날짜 2015-12-21
평점 4.33/5 총 6 개의 평점
개발자 https://redbanhammer.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "redd.AT - an [A]wesome [T]heme for reddit",
    "short_name": "redd.AT",
    "description": "Makes reddit's theme awesome, without losing the authentic reddit experience.",
    "author": "RedBanHammer",
    "homepage_url": "http:\/\/redd.at",
    "version": "0.8.2.43",
    "icons": {
        "128": "\/icons\/icon128.png",
        "48": "\/icons\/icon48.png",
        "16": "\/icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/reddit.com\/*",
                "*:\/\/*.reddit.com\/*"
            ],
            "css": [
                "\/core\/redd.at.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/reddit.com\/*",
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "\/core\/redd.at.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*.redditmedia.com\/*",
        "*:\/\/reddit.com\/*",
        "*:\/\/*.reddit.com\/*"
    ],
    "background": {
        "scripts": [
            "\/core\/background.js"
        ]
    },
    "web_accessible_resources": [
        "\/opensans\/*",
        "\/icons\/*",
        "\/libs\/*"
    ]
}