Beautiful Epub Reader
Makes reading an epub exactly the same as an ebook in pdf format.
Beautiful Epub Reader là gì?
Beautiful Epub Reader là một tiện ích mở rộng Chrome được phát triển bởi Sparrow, và tính năng chính của nó là "Makes reading an epub exactly the same as an ebook in pdf format.".
Ả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 Beautiful Epub Reader
Tải xuống các tệp mở rộng Beautiful Epub Reader 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 with pdf-reader-like user interface. ◈ restore the scroll position when re-opening the file. ◈ store/save opened files and its history. ◈ support sweet sidebar, night-mode, onoff raw css effect ◈ parsing and rendering accuracy 90%+ ◈ allow users to change fonts and text styles. ◈ directly open local and downloaded epub files.(the user has to manually approve this permission by visiting chrome://extensions/ and put a tick at the "Allow access to file URLs" checkbox to enable this feature.)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Beautiful Epub Reader |
ID | gbohfhccchgngoapncnfnpldhlkojifo |
URL Chính Thức | https://chromewebstore.google.com/detail/beautiful-epub-reader/gbohfhccchgngoapncnfnpldhlkojifo |
Mô tả | Makes reading an epub exactly the same as an ebook in pdf format. |
Kích Thước Tệp | 1.4 MB |
Số Lần Cài Đặt | 7,140 |
Phiên Bản Hiện Tại | 1.5.5 |
Cập Nhật Lần Cuối | 2023-06-16 |
Ngày Phát Hành | 2021-05-17 |
Đánh Giá | 4.66/5 Tổng số 131 Đánh Giá |
Nhà Phát Triển | Sparrow |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://kska32.github.io/beautiful-epub-reader |
URL Trang Chính Sách Bảo Mật | https://kska32.github.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Beautiful Epub Reader", "short_name": "B.Ep.Reader", "author": "[email protected]", "description": "__MSG_description__", "default_locale": "en", "version": "1.5.5", "permissions": [ "tts", "storage", "fontSettings", "declarativeNetRequest" ], "host_permissions": [ "file:\/\/*" ], "background": { "service_worker": "background\/index.js" }, "action": { "default_title": "Beautiful Epub Reader", "default_icon": "icons\/epub128.png" }, "icons": { "16": "icons\/epub16.png", "32": "icons\/epub32.png", "48": "icons\/epub48.png", "64": "icons\/epub64.png", "96": "icons\/epub96.png", "128": "icons\/epub128.png" } } |