EpubPressX - Read the web offline
Create custom ebooks from your favorite blogs and websites.
Qu'est-ce que EpubPressX - Read the web offline ?
EpubPressX - Read the web offline est une extension Chrome développée par sunxen, et sa fonction principale est "Create custom ebooks from your favorite blogs and websites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EpubPressX - Read the web offline
Téléchargez les fichiers d'extension EpubPressX - Read the web offline au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | EpubPressX - Read the web offline |
ID | akgkfegkiajbamekmkcafnfckmhgcnpa |
URL Officiel | https://chromewebstore.google.com/detail/epubpressx-read-the-web-o/akgkfegkiajbamekmkcafnfckmhgcnpa |
Description | Create custom ebooks from your favorite blogs and websites. |
Taille du Fichier | 599 KB |
Nombre d'Installations | 725 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2024-02-13 |
Date de Publication | 2023-09-06 |
Développeur | sunxen |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sunxen/EpubPressX |
URL de la Page d'Aide | https://github.com/sunxen/EpubPressX/issues |
Langues Prises en Charge | 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" } } |