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."입니다.
확장 프로그램 스크린샷
Read on reMarkable 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/" ] } |