Read on reMarkable

Read web articles on your reMarkable with a click.

Read on reMarkable क्या है?

Read on reMarkable reMarkable AS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read web articles on your reMarkable with a click."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Read on reMarkable एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        It’s now easier than ever to send web content to your reMarkable account. A standard click will send articles in a simplified text format, which also provides more adjustment possibilities. In addition,  you have the option to right-click on the extension, to send your article as a PDF. Once the content is on your reMarkable account, you’ll be able to read and annotate without distractions on your paper tablet.

Good to know before installing:

* If you don’t already have an account at my.remarkable.com, you’ll need to create one
* Once installed you’ll find the extension icon at the top right of your Chrome window, beside the address bar
* Be mindful that each website has its own way of displaying content, which may change the formatting when it appears on your reMarkable account                    

एक्सटेंशन की मूल जानकारी

नाम Read on reMarkable Read on reMarkable
ID bfhkfdnddlhfippjbflipboognpdpoeh
आधिकारिक URL https://chromewebstore.google.com/detail/read-on-remarkable/bfhkfdnddlhfippjbflipboognpdpoeh
विवरण Read web articles on your reMarkable with a click.
फ़ाइल का आकार 1.04 MB
स्थापना संख्या 375,365
वर्तमान संस्करण 1.2.6
अंतिम अपडेट 2023-12-14
प्रकाशन तिथि 2020-07-08
रेटिंग 3.59/5 कुल 90 रेटिंग्स
डेवलपर reMarkable AS
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://remarkable.com
सहायता पृष्ठ URL https://support.remarkable.com/hc/en-us/articles/360006830977
गोपनीयता नीति पृष्ठ URL https://support.remarkable.com/hc/en-us/articles/360000416478-reMarkable-s-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Read on reMarkable",
    "version": "1.2.6",
    "description": "Read web articles on your reMarkable with a click.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_title": "Read the current page on your reMarkable account.",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "contextMenus",
        "printerProvider",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.remarkable.com\/"
    ]
}