EpubPressX - Read the web offline
Create custom ebooks from your favorite blogs and websites.
什么是EpubPressX - Read the web offline?
EpubPressX - Read the web offline是由sunxen开发的Chrome扩展程序,该扩展的主要功能是“Create custom ebooks from your favorite blogs and websites.”。
扩展截图
下载EpubPressX - Read the web offline扩展crx文件
下载EpubPressX - Read the web offline扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | akgkfegkiajbamekmkcafnfckmhgcnpa |
| 官方URL | https://chromewebstore.google.com/detail/epubpressx-read-the-web-o/akgkfegkiajbamekmkcafnfckmhgcnpa |
| 简介 | Create custom ebooks from your favorite blogs and websites. |
| 文件大小 | 599 KB |
| 安装次数 | 725 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2024-02-13 |
| 上架时间 | 2023-09-06 |
| 开发者 | sunxen |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/sunxen/EpubPressX |
| 帮助页面URL | https://github.com/sunxen/EpubPressX/issues |
| 支持的语言 | 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"
}
} | |