EpubPressX - Read the web offline
Create custom ebooks from your favorite blogs and websites.
EpubPressX - Read the web offline là gì?
EpubPressX - Read the web offline là một tiện ích mở rộng Chrome được phát triển bởi sunxen, và tính năng chính của nó là "Create custom ebooks from your favorite blogs and websites.".
Ả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 EpubPressX - Read the web offline
Tải xuống các tệp mở rộng EpubPressX - Read the web offline 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
Fork from EpubPress, and make some updates: - Faster and more stable: e-books are created locally, not dependent on the server - Fixed EPUB format issues - Fixed image positioning issues - Can set the cover - Can choose whether to include images Project: https://github.com/sunxen/EpubPressX
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EpubPressX - Read the web offline |
ID | akgkfegkiajbamekmkcafnfckmhgcnpa |
URL Chính Thức | https://chromewebstore.google.com/detail/epubpressx-read-the-web-o/akgkfegkiajbamekmkcafnfckmhgcnpa |
Mô tả | Create custom ebooks from your favorite blogs and websites. |
Kích Thước Tệp | 599 KB |
Số Lần Cài Đặt | 725 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2024-02-13 |
Ngày Phát Hành | 2023-09-06 |
Nhà Phát Triển | sunxen |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sunxen/EpubPressX |
URL Trang Trợ Giúp | https://github.com/sunxen/EpubPressX/issues |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "version": "1.1.1", "author": "sunxen", "homepage_url": "https:\/\/github.com\/sunxen\/EpubPressX", "manifest_version": 3, "description": "__MSG_appDescription__", "icons": { "16": "images\/download-icon-16.png", "128": "images\/download-icon-128.png" }, "default_locale": "en", "background": { "service_worker": "build\/service.js", "type": "module" }, "permissions": [ "tabs", "scripting", "downloads" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_icon": { "20": "images\/download-icon-20.png", "32": "images\/download-icon-32.png" }, "default_title": "EpubPressX", "default_popup": "popup.html" } } |