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.」です。

拡張機能のスクリーンショット

screenshot

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!                    

拡張機能の基本情報

名前 web-comic-to-epub web-comic-to-epub
ID olbliemchjfgfmdnjmocejnaiaebkpci
公式URL 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"
    }
}