rePub

reMarkable ePub

rePub क्या है?

rePub https://hafaio.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "reMarkable ePub"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में rePub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}