Read on reMarkable
Read web articles on your reMarkable with a click.
Qu'est-ce que Read on reMarkable ?
Read on reMarkable est une extension Chrome développée par reMarkable AS, et sa fonction principale est "Read web articles on your reMarkable with a click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Read on reMarkable
Téléchargez les fichiers d'extension Read on reMarkable au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Read on reMarkable |
ID | bfhkfdnddlhfippjbflipboognpdpoeh |
URL Officiel | https://chromewebstore.google.com/detail/read-on-remarkable/bfhkfdnddlhfippjbflipboognpdpoeh |
Description | Read web articles on your reMarkable with a click. |
Taille du Fichier | 1.04 MB |
Nombre d'Installations | 375,365 |
Version Actuelle | 1.2.6 |
Dernière Mise à Jour | 2023-12-14 |
Date de Publication | 2020-07-08 |
Évaluation | 3.59/5 Total 90 Évaluations |
Développeur | reMarkable AS |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://remarkable.com |
URL de la Page d'Aide | https://support.remarkable.com/hc/en-us/articles/360006830977 |
URL de la Page de Politique de Confidentialité | https://support.remarkable.com/hc/en-us/articles/360000416478-reMarkable-s-privacy-policy |
Langues Prises en Charge | 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\/" ] } |