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
电子邮箱 [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"
}