web-comic-to-epub
Extension that generates fixed layout epub file from images published on the web.
Apa itu web-comic-to-epub?
web-comic-to-epub adalah ekstensi Chrome yang dikembangkan oleh ykrods, dan fitur utamanya adalah "Extension that generates fixed layout epub file from images published on the web.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi web-comic-to-epub
Unduh file ekstensi web-comic-to-epub dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Extension that generates fixed layout epub file from images published on the web. # supporting site It works for simple pages where the images of one episode is listed in one page. # How to Use 1. Open the page that you want to include in epub. 2. Click 'Add as chapter' button. 3. Click 'Open editor' and edit book metadata like title or author. 4. Click 'EXPORT' and download epub. 5. Click 'RESET' if the generated epub has no problem. 6. Enjoy comic!
Informasi Dasar Ekstensi
Nama | |
ID | olbliemchjfgfmdnjmocejnaiaebkpci |
URL Resmi | https://chrome.google.com/webstore/detail/web-comic-to-epub/olbliemchjfgfmdnjmocejnaiaebkpci |
Deskripsi | Extension that generates fixed layout epub file from images published on the web. |
Ukuran File | 367 KB |
Jumlah Instalasi | 135 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2020-01-06 |
Tanggal Publikasi | 2020-01-06 |
Pengembang | ykrods |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ykrods/web-comic-to-epub |
URL Halaman Bantuan | https://github.com/ykrods/web-comic-to-epub/issues |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "web-comic-to-epub", "version": "1.0.1", "description": "Extension that generates fixed layout epub file from images published on the web.", "permissions": [ "activeTab", "declarativeContent", "storage", "unlimitedStorage" ], "icons": { "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_title": "", "default_icon": { "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "default_popup": "popup.html" } } |