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

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

screenshot

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 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",
    "description": "A tool to convert website based books or list of pages to ePub format to read on your eReader\/Kindle\/etc.",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Epublifier"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*.js",
                "js\/*.map",
                "css\/*.css",
                "*.woff",
                "*.woff2",
                "*.ttf",
                "sidebar.html",
                "sandbox.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "version": "3.0.125"
}