rePub

reMarkable ePub

rePub란 무엇입니까?

rePub은(는) https://hafaio.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "reMarkable ePub"입니다.

확장 프로그램 스크린샷

screenshot

rePub 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 rePub rePub
ID blkjpagbjaekkpojgcgdapmikoaolpbl
공식 URL https://chromewebstore.google.com/detail/repub/blkjpagbjaekkpojgcgdapmikoaolpbl
설명 reMarkable ePub
파일 크기 365 KB
설치 횟수 3,402
현재 버전 3.4.0
최근 업데이트 2023-12-02
출시 날짜 2022-08-10
평점 4.78/5 총 9 개의 평점
개발자 https://hafaio.github.io
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/hafaio/repub/issues
지원되는 언어 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"
    }
}