Epublifier
A tool to convert website based books or list of pages to ePub format to read on your eReader/Kindle/etc.
Epublifierとは何ですか?
Epublifierはmaoserrによって開発されたChromeの拡張機能で、その主な機能は「A tool to convert website based books or list of pages to ePub format to read on your eReader/Kindle/etc.」です。
拡張機能のスクリーンショット
Epublifier拡張機能のCRXファイルをダウンロード
Epublifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
# 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.
拡張機能の基本情報
名前 | Epublifier |
ID | eopjnahefjhnhfanplcjpbbdkpbagikk |
公式URL | https://chromewebstore.google.com/detail/epublifier/eopjnahefjhnhfanplcjpbbdkpbagikk |
説明 | A tool to convert website based books or list of pages to ePub format to read on your eReader/Kindle/etc. |
ファイルサイズ | 2.11 MB |
インストール数 | 1,386 |
現在のバージョン | 3.0.125 |
最終更新日 | 2023-12-01 |
公開日 | 2021-11-08 |
評価 | 3.25/5 合計 8 レビュー |
開発者 | maoserr |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/maoserr/epublifier |
ヘルプページのURL | https://github.com/maoserr/epublifier/issues |
対応言語 | 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 |