web-comic-to-epub
Extension that generates fixed layout epub file from images published on the web.
什麼是web-comic-to-epub?
web-comic-to-epub是由ykrods開發的Chrome擴展程式,該擴展的主要功能是“Extension that generates fixed layout epub file from images published on the web.”。
擴展截圖
下載web-comic-to-epub擴展crx文件
下載web-comic-to-epub擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | olbliemchjfgfmdnjmocejnaiaebkpci |
官方網址 | https://chrome.google.com/webstore/detail/web-comic-to-epub/olbliemchjfgfmdnjmocejnaiaebkpci |
簡介 | Extension that generates fixed layout epub file from images published on the web. |
檔案大小 | 367 KB |
安裝次數 | 135 |
目前版本 | 1.0.1 |
更新時間 | 2020-01-06 |
上架時間 | 2020-01-06 |
開發者 | ykrods |
付費類型 | free |
擴展官網 | https://github.com/ykrods/web-comic-to-epub |
說明頁面URL | https://github.com/ykrods/web-comic-to-epub/issues |
支援的語言 | 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" } } |