Epublifier
A tool to convert website based books or list of pages to ePub format to read on your eReader/Kindle/etc.
Co to jest Epublifier?
Epublifier to rozszerzenie Chrome opracowane przez maoserr, a jego główną funkcją jest „A tool to convert website based books or list of pages to ePub format to read on your eReader/Kindle/etc.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Epublifier
Pobierz pliki rozszerzeń Epublifier 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
# Epublifier # Converts websites into epub. A tool that allows you to extract a list of html pages from a table of content page and compile them into an ePub book to be imported into your eReader of choice. For advanced users who can write javascript, you can add additional parser definition to customize parsing of any site. Check out the [wiki](https://github.com/maoserr/epublifier/wiki) for usage.
Podstawowe informacje o rozszerzeniu
Nazwa | Epublifier |
ID | eopjnahefjhnhfanplcjpbbdkpbagikk |
Oficjalny URL | https://chromewebstore.google.com/detail/epublifier/eopjnahefjhnhfanplcjpbbdkpbagikk |
Opis | A tool to convert website based books or list of pages to ePub format to read on your eReader/Kindle/etc. |
Rozmiar pliku | 2.11 MB |
Liczba instalacji | 1,386 |
Aktualna Wersja | 3.0.125 |
Ostatnia Aktualizacja | 2023-12-01 |
Data Publikacji | 2021-11-08 |
Ocena | 3.25/5 Łącznie 8 Oceny |
Deweloper | maoserr |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/maoserr/epublifier |
Adres URL Strony Pomocy | https://github.com/maoserr/epublifier/issues |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Epublifier", "permissions": [ "downloads", "storage", "clipboardRead", "unlimitedStorage", "scripting" ], "options_ui": { "page": "options.html" }, "author": "Mao Yu |