Elements of Typographic Stylesheet
Make the web look like a book.
Elements of Typographic Stylesheet là gì?
Elements of Typographic Stylesheet là một tiện ích mở rộng Chrome được phát triển bởi Stu Kabakoff, và tính năng chính của nó là "Make the web look like a book.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Elements of Typographic Stylesheet
Tải xuống các tệp mở rộng Elements of Typographic Stylesheet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Elements of Typographic Stylesheet |
ID | ibpdmkhaolabfhfielfcghefaldiankj |
URL Chính Thức | https://chromewebstore.google.com/detail/elements-of-typographic-s/ibpdmkhaolabfhfielfcghefaldiankj |
Mô tả | Make the web look like a book. |
Kích Thước Tệp | 39.4 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 1.3.8 |
Cập Nhật Lần Cuối | 2013-02-09 |
Ngày Phát Hành | 2013-02-08 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Stu Kabakoff |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |