ePub Reader
View ePUB files right in your browser.
ePub Reader là gì?
ePub Reader là một tiện ích mở rộng Chrome được phát triển bởi https://epub-reader.freeonlineapps.net, và tính năng chính của nó là "View ePUB files right in your browser.".
Ả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 Reader
Tải xuống các tệp mở rộng 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
Our FREE ePUB Reader allows you to view ePUB files right in your browser! ePub Reader is a simple and powerful application that can open any document with ".epub" file extension. ★ Main Features of ePUB Reader: ✔ Read any size epub files ✔ Upload epub files from your device ✔ Upload epub files from your Google drive using our web-site ui ✔ Download epub files on your device or Google drive ✔ Dark mode for more comfortable using in night time ✔ Change font size of epub document This software is 100% free and does not require you to pay. Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. ePub Reader is not owned by, is not licensed by and is not a subsidiary of Google Inc.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ePub Reader |
ID | nijeoebbcgjnekbideohdhbohobddkjf |
URL Chính Thức | https://chromewebstore.google.com/detail/epub-reader/nijeoebbcgjnekbideohdhbohobddkjf |
Mô tả | View ePUB files right in your browser. |
Kích Thước Tệp | 515 KB |
Số Lần Cài Đặt | 54,971 |
Phiên Bản Hiện Tại | 3.0.0 |
Cập Nhật Lần Cuối | 2023-10-28 |
Ngày Phát Hành | 2020-05-11 |
Đánh Giá | 3.97/5 Tổng số 68 Đánh Giá |
Nhà Phát Triển | https://epub-reader.freeonlineapps.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://epub-reader.freeonlineapps.net/ |
URL Trang Trợ Giúp | https://epub-reader.freeonlineapps.net/contact |
URL Trang Chính Sách Bảo Mật | https://www.freebusinessapps.net/privacy |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/bg-mv3.js" }, "default_locale": "en", "description": "__MSG_app_description__", "homepage_url": "https:\/\/epub-reader.freeonlineapps.net\/", "icons": { "128": "data\/icons\/128.png", "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "manifest_version": 3, "name": "__MSG_app_name__", "offline_enabled": true, "permissions": [ "storage" ], "short_name": "__MSG_app_name__", "version": "3.0.0", "action": { "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "default_title": "__MSG_app_name__" } } |