Epublifier

A tool to convert website based books or list of pages to ePub format to read on your eReader/Kindle/etc.

Epublifier là gì?

Epublifier là một tiện ích mở rộng Chrome được phát triển bởi maoserr, và tính năng chính của nó là "A tool to convert website based books or list of pages to ePub format to read on your eReader/Kindle/etc.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Epublifier

Tải xuống các tệp mở rộng Epublifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        # 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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Epublifier Epublifier
ID eopjnahefjhnhfanplcjpbbdkpbagikk
URL Chính Thức https://chromewebstore.google.com/detail/epublifier/eopjnahefjhnhfanplcjpbbdkpbagikk
Mô tả A tool to convert website based books or list of pages to ePub format to read on your eReader/Kindle/etc.
Kích Thước Tệp 2.11 MB
Số Lần Cài Đặt 1,386
Phiên Bản Hiện Tại 3.0.125
Cập Nhật Lần Cuối 2023-12-01
Ngày Phát Hành 2021-11-08
Đánh Giá 3.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển maoserr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/maoserr/epublifier
URL Trang Trợ Giúp https://github.com/maoserr/epublifier/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}