EpubPressX - Read the web offline
Create custom ebooks from your favorite blogs and websites.
Was ist EpubPressX - Read the web offline?
EpubPressX - Read the web offline ist eine Chrome-Erweiterung, die von sunxen entwickelt wurde, und ihr Hauptmerkmal ist "Create custom ebooks from your favorite blogs and websites.".
Erweiterungsscreenshots
EpubPressX - Read the web offline-Erweiterungs-CRX-Datei herunterladen
Laden Sie EpubPressX - Read the web offline-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | akgkfegkiajbamekmkcafnfckmhgcnpa |
| Offizielle URL | https://chromewebstore.google.com/detail/epubpressx-read-the-web-o/akgkfegkiajbamekmkcafnfckmhgcnpa |
| Beschreibung | Create custom ebooks from your favorite blogs and websites. |
| Dateigröße | 599 KB |
| Installationsanzahl | 725 |
| Aktuelle Version | 1.1.1 |
| Letztes Update | 2024-02-13 |
| Veröffentlichungsdatum | 2023-09-06 |
| Entwickler | sunxen |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/sunxen/EpubPressX |
| Hilfeseite URL | https://github.com/sunxen/EpubPressX/issues |
| Unterstützte Sprachen | 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"
}
} | |