Readable
This extension changes a page's
so that it is easier on the eyesReadable란 무엇입니까?
Readable은(는) Mozzius에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension changes a page's
so that it is easier on the eyes"입니다.확장 프로그램 스크린샷
Readable 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you have to read a html page? Does it completely lack any sort of styling? Then Readable is for you! Readable adds the following styles to the body of a html page: color: #444; padding: 0 25%; line-height: 1.4em; font-family: 'Helvetica',sans-serif; The result: Your page is now readable! The background is slightly darker and the text is slightly lighter - lower contrast means it is easier to read. Padding is added to put the content in the middle of the page rather than from the edges, which is horrible to look at. The font is changed to Helvetica, which is a nice font. Activate Readable by clicking the icon next to the Omnibar. Note: this is not magic. Only use on sites with no CSS, it won't fix bad CSS (most of the time)
확장 프로그램 기본 정보
이름 | Readable |
ID | mcfkanphaccondbcfdenamohbpfbploe |
공식 URL | https://chromewebstore.google.com/detail/readable/mcfkanphaccondbcfdenamohbpfbploe |
설명 | This extension changes a page's so that it is easier on the eyes |
파일 크기 | 9.49 KB |
설치 횟수 | 718 |
현재 버전 | 1.2 |
최근 업데이트 | 2017-04-05 |
출시 날짜 | 2017-04-05 |
평점 | 3.50/5 총 6 개의 평점 |
개발자 | Mozzius |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://mozzius.xyz |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Readable", "description": "This extension changes a page's so that it is easier on the eyes", "version": "1.2", "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Add basic styles" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ] } |