ePub Viewer
Read ePubs in a reader view style window, convert into PDF or use text to speech
ePub Viewer là gì?
ePub Viewer là một tiện ích mở rộng Chrome được phát triển bởi brian.girko, và tính năng chính của nó là "Read ePubs in a reader view style window, convert into PDF or use text to speech".
Ả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 ePub Viewer
Tải xuống các tệp mở rộng ePub Viewer 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
ePub Reader extension adds a context menu item to the browser link context to open and render *.epub and *.opf files in a browser tab for easy access without the need to install a native software. This extension uses the "Reader View" interface which offers three color schemes (light, dark and sepia). The user can change font size and family from the left side panel. It is also possible to view the eBook in full-screen mode. Table of Content is also displayed to let the user jump to a chapter easily. Notes: 1. This extension stores the current page number and the book URL in the address bar, so if this address is opened in a new tab, the book at the current position will be opened. This is useful to continue reading a book later. Change Log: 0.1.3: Load from local *.epub and *.opf files Display loading percentage.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ePub Viewer |
ID | oebdflcjlggijfonbhnoliacddjgkjna |
URL Chính Thức | https://chromewebstore.google.com/detail/epub-viewer/oebdflcjlggijfonbhnoliacddjgkjna |
Mô tả | Read ePubs in a reader view style window, convert into PDF or use text to speech |
Kích Thước Tệp | 211 KB |
Số Lần Cài Đặt | 5,748 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2021-08-17 |
Ngày Phát Hành | 2020-01-20 |
Đánh Giá | 3.79/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | brian.girko |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://add0n.com/epub-reader.html |
URL Trang Trợ Giúp | https://add0n.com/epub-reader.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ePub Viewer", "description": "Read ePubs in a reader view style window, convert into PDF or use text to speech", "version": "0.2.0", "manifest_version": 3, "permissions": [ "storage", "contextMenus", "chrome:\/\/favicon\/" ], "host_permissions": [ "*:\/\/*\/*.epub*", "*:\/\/*\/*.opf*" ], "background": { "service_worker": "worker.js" }, "homepage_url": "https:\/\/add0n.com\/epub-reader.html", "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" }, "action": [], "commands": { "_execute_action": { "description": "Press the action button" } } } |