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
擴展基本資訊
名稱 | EpubPressX - Read the web offline |
ID | akgkfegkiajbamekmkcafnfckmhgcnpa |
官方網址 | 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" } } |