Readable
This extension changes a page's
so that it is easier on the eyesReadable là gì?
Readable là một tiện ích mở rộng Chrome được phát triển bởi Mozzius, và tính năng chính của nó là "This extension changes a page's
so that it is easier on the eyes".Ả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 Readable
Tải xuống các tệp mở rộng Readable 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
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Readable |
ID | mcfkanphaccondbcfdenamohbpfbploe |
URL Chính Thức | https://chromewebstore.google.com/detail/readable/mcfkanphaccondbcfdenamohbpfbploe |
Mô tả | This extension changes a page's so that it is easier on the eyes |
Kích Thước Tệp | 9.49 KB |
Số Lần Cài Đặt | 718 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-04-05 |
Ngày Phát Hành | 2017-04-05 |
Đánh Giá | 3.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Mozzius |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://mozzius.xyz |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |