EpubPressX - Read the web offline
Create custom ebooks from your favorite blogs and websites.
Co to jest EpubPressX - Read the web offline?
EpubPressX - Read the web offline to rozszerzenie Chrome opracowane przez sunxen, a jego główną funkcją jest „Create custom ebooks from your favorite blogs and websites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EpubPressX - Read the web offline
Pobierz pliki rozszerzeń EpubPressX - Read the web offline w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | EpubPressX - Read the web offline |
ID | akgkfegkiajbamekmkcafnfckmhgcnpa |
Oficjalny URL | https://chromewebstore.google.com/detail/epubpressx-read-the-web-o/akgkfegkiajbamekmkcafnfckmhgcnpa |
Opis | Create custom ebooks from your favorite blogs and websites. |
Rozmiar pliku | 599 KB |
Liczba instalacji | 725 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2024-02-13 |
Data Publikacji | 2023-09-06 |
Deweloper | sunxen |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/sunxen/EpubPressX |
Adres URL Strony Pomocy | https://github.com/sunxen/EpubPressX/issues |
Obsługiwane Języki | 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" } } |