Focus Reader View
Distraction-free reading view like Safari Reader View, Readability, or Chromium Distiller DOM.
Focus Reader View là gì?
Focus Reader View là một tiện ích mở rộng Chrome được phát triển bởi kortina, và tính năng chính của nó là "Distraction-free reading view like Safari Reader View, Readability, or Chromium Distiller DOM.".
Ả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 Focus Reader View
Tải xuống các tệp mở rộng Focus Reader View 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
Distraction-free reading view like Safari Reader View, Readability, or Chromium Distiller DOM. * ctrl+shift+o keyboard shortcut (or use the button) * large font size for easy reading * sensible line width * simple black Helvetica on a white background
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fbhngbllhjggfpkeeiddgkkliacmegin |
URL Chính Thức | https://chrome.google.com/webstore/detail/focus-reader-view/fbhngbllhjggfpkeeiddgkkliacmegin |
Mô tả | Distraction-free reading view like Safari Reader View, Readability, or Chromium Distiller DOM. |
Kích Thước Tệp | 804 KB |
Số Lần Cài Đặt | 931 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2017-06-03 |
Ngày Phát Hành | 2017-06-03 |
Đánh Giá | 2.94/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | kortina |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/kortina/focus-reader-view-chrome-extension/ |
URL Trang Trợ Giúp | https://github.com/kortina/focus-reader-view-chrome-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focus Reader View", "description": "Distraction-free reading view like Safari Reader View, Readability, or Chromium Distiller DOM.", "version": "0.0.2", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/focus-reader-view16.png", "48": "images\/focus-reader-view48.png", "128": "images\/focus-reader-view128.png" }, "page_action": { "default_icon": { "19": "images\/focus-reader-view19.png", "38": "images\/focus-reader-view38.png" }, "default_title": "Distraction-free reading." }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "focus-reader.css" ], "js": [ "jquery.min.1.3.2.js", "content.js" ] } ] } |