Reddability
Reddit, but readable.
Reddability란 무엇입니까?
Reddability은(는) Andreas Backx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reddit, but readable."입니다.
확장 프로그램 스크린샷
Reddability 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
확장 프로그램 기본 정보
이름 | |
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" ] } |