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
官方網址 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
電子郵箱 [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"
}