rePub

reMarkable ePub

rePub là gì?

rePub là một tiện ích mở rộng Chrome được phát triển bởi https://hafaio.github.io, và tính năng chính của nó là "reMarkable ePub".

Ả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 rePub

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

                        Read web articles on your reMarkable with a single click.

There are a few notable differences between this and the "official" Read on reMarkable extension.
1. This extension has the ability to include images and iframes in the summarized articles, making certain articles significantly more "readable".
2. It provides more options for epub generation and upload, including a fix for 'pre' tags so they're rendered in fixed-width font.
3. It is open source, so if things don't work well, they can be changed.
4. It doesn't come with a PDF printer adapter, so if you want to print PDFs to your remarkable, you should still keep the "Read on reMarkable" extension.                    

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

Tên rePub rePub
ID blkjpagbjaekkpojgcgdapmikoaolpbl
URL Chính Thức https://chromewebstore.google.com/detail/repub/blkjpagbjaekkpojgcgdapmikoaolpbl
Mô tả reMarkable ePub
Kích Thước Tệp 365 KB
Số Lần Cài Đặt 3,402
Phiên Bản Hiện Tại 3.4.0
Cập Nhật Lần Cuối 2023-12-02
Ngày Phát Hành 2022-08-10
Đánh Giá 4.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://hafaio.github.io
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/hafaio/repub/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "rePub",
    "description": "reMarkable ePub",
    "version": "3.4.0",
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "storage",
        "notifications",
        "pageCapture",
        "offscreen",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/webapp-prod.cloud.remarkable.engineering\/",
        "https:\/\/internal.cloud.remarkable.com\/",
        "https:\/\/storage.googleapis.com\/"
    ],
    "options_page": "out\/index.html",
    "action": {
        "default_title": "convert page to epub"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/repub_16.png",
        "32": "images\/repub_32.png",
        "48": "images\/repub_48.png",
        "128": "images\/repub_128.png"
    }
}