Reddit Makeover

Make reddit easier on the eyes.

Reddit Makeover란 무엇입니까?

Reddit Makeover은(는) uxmatthew에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make reddit easier on the eyes."입니다.

확장 프로그램 스크린샷

screenshot

Reddit Makeover 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Reddit Makeover v 1.0   [NEW! 2013]

This simple extension INSTANTLY makes the reddit.com experience 100X more pleasurable.

It's easier to scan, read, and understand.

Whether you're new to reddit or an old pro, this extension is a life saver!                    

확장 프로그램 기본 정보

이름 Reddit Makeover Reddit Makeover
ID gobfpbbhfcmlnfcagochgigpbelbfcbn
공식 URL https://chromewebstore.google.com/detail/reddit-makeover/gobfpbbhfcmlnfcagochgigpbelbfcbn
설명 Make reddit easier on the eyes.
파일 크기 93.78 KB
설치 횟수 63
현재 버전 1.2
최근 업데이트 2013-11-18
출시 날짜 2013-11-18
평점 5.00/5 총 3 개의 평점
개발자 uxmatthew
결제 유형 free
확장 프로그램 웹 사이트 http://www.uxmatthew.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Makeover",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Make reddit easier on the eyes.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/api.flickr.com\/"
    ]
}