web-comic-to-epub

Extension that generates fixed layout epub file from images published on the web.

web-comic-to-epub là gì?

web-comic-to-epub là một tiện ích mở rộng Chrome được phát triển bởi ykrods, và tính năng chính của nó là "Extension that generates fixed layout epub file from images published on the web.".

Ả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 web-comic-to-epub

Tải xuống các tệp mở rộng web-comic-to-epub 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

                        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!                    

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

Tên web-comic-to-epub web-comic-to-epub
ID olbliemchjfgfmdnjmocejnaiaebkpci
URL Chính Thức https://chrome.google.com/webstore/detail/web-comic-to-epub/olbliemchjfgfmdnjmocejnaiaebkpci
Mô tả Extension that generates fixed layout epub file from images published on the web.
Kích Thước Tệp 367 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-01-06
Ngày Phát Hành 2020-01-06
Nhà Phát Triển ykrods
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ykrods/web-comic-to-epub
URL Trang Trợ Giúp https://github.com/ykrods/web-comic-to-epub/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}