Elements of Typographic Stylesheet
Make the web look like a book.
Elements of Typographic Stylesheet란 무엇입니까?
Elements of Typographic Stylesheet은(는) Stu Kabakoff에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make the web look like a book."입니다.
확장 프로그램 스크린샷
Elements of Typographic Stylesheet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension changes the typographic spacing of every website you visit, enforcing a good line height and maximum width for paragraphs. It makes the web look like print by removing the soft break between paragraphs and replacing it with indents. You can turn it off easily by clicking the E on the right side of the address bar. It will stay off on that website forever.
확장 프로그램 기본 정보
이름 | Elements of Typographic Stylesheet |
ID | ibpdmkhaolabfhfielfcghefaldiankj |
공식 URL | https://chromewebstore.google.com/detail/elements-of-typographic-s/ibpdmkhaolabfhfielfcghefaldiankj |
설명 | Make the web look like a book. |
파일 크기 | 39.4 KB |
설치 횟수 | 53 |
현재 버전 | 1.3.8 |
최근 업데이트 | 2013-02-09 |
출시 날짜 | 2013-02-08 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Stu Kabakoff |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "chromeController.js" ] }, "page_action": { "default_icon": "img\/Chrome\/enabled.png", "default_title": "__MSG_tooltip__" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "css": [ "stylesheets\/theelementsoftypographicstylesheet.css" ] } ], "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "512": "Icon-512.png", "128": "Icon-128.png", "64": "Icon-64.png", "48": "Icon-48.png", "32": "Icon-32.png" }, "name": "__MSG_extName__", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "version": "1.3.8", "manifest_version": 2 } |