Read on reMarkable

Read web articles on your reMarkable with a click.

什麼是Read on reMarkable?

Read on reMarkable是由reMarkable AS開發的Chrome擴展程式,該擴展的主要功能是“Read web articles on your reMarkable with a click.”。

擴展截圖

screenshot
screenshot
screenshot

下載Read on reMarkable擴展crx文件

下載Read on reMarkable擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/"
    ]
}