Remarq
Remarq Lite is a free tool that lets you take notes, collaborate, learn, and share -- anywhere!
Remarq란 무엇입니까?
Remarq은(는) https://remarqable.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remarq Lite is a free tool that lets you take notes, collaborate, learn, and share -- anywhere! "입니다.
확장 프로그램 스크린샷
Remarq 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Remarq Lite is the free browser extension of Remarq, the decentralized scholarly collaboration network from RedLink. Download the extension, and you can take core features of Remarq with you anywhere! With Remarq Lite, you can easily: - connect with others in private or public groups - create a profile and connect with friends and colleagues - make highlights and notes on articles and other documents you read on the web, and keep them all in one tool - share links with friends and colleagues - collaborate for research, projects, and teaching
확장 프로그램 기본 정보
이름 | |
ID | gbjoeicgnnclannmimohheehbbegpfec |
공식 URL | https://chrome.google.com/webstore/detail/remarq/gbjoeicgnnclannmimohheehbbegpfec |
설명 | Remarq Lite is a free tool that lets you take notes, collaborate, learn, and share -- anywhere! |
파일 크기 | 34.6 MB |
설치 횟수 | 1,658 |
현재 버전 | 0.0.0.1789 |
최근 업데이트 | 2020-02-02 |
출시 날짜 | 2020-01-31 |
평점 | 4.27/5 총 11 개의 평점 |
개발자 | https://remarqable.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.remarqable.com/app/remarq-lite.html |
도움말 페이지 URL | https://remarqable.com/web/faq.html |
개인정보 보호 정책 페이지 URL | https://redlink.com/legal/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remarq", "version": "0.0.0.1789", "description": "Remarq Lite is a free tool that lets you take notes, collaborate, learn, and share -- anywhere! ", "icons": [], "background": { "page": "background.html" }, "browser_action": { "default_icon": { "32": "images\/lite_icon_inactive-32.png", "64": "images\/lite_icon_inactive-64.png", "128": "images\/lite_icon_inactive-128.png" }, "default_title": "Remarq Lite" }, "permissions": [ "cookies", "background", "tabs", "activeTab", "file:\/\/*\/*", "https:\/\/remarqable.com\/", "https:\/\/*.redlink.com\/", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/fonts.googleapis.com\/", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.gstatic.com\/" ], "externally_connectable": { "matches": [ "*:\/\/*.remarqable.com\/*", "*:\/\/remarqable.com\/*", "*:\/\/*.redlink.com\/*", "https:\/\/localhost\/*", "https:\/\/localhost:9443\/*" ] }, "web_accessible_resources": [ "groveLogo.gif", "banner.html", "groveInject.bundle.js", "images\/*", "dist\/*", "web\/*", "main\/*", "pdf.js\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-2CWF7ar1JbJDNK7YJQpjP7jlvfdY\/pe3fNN8MfaKFIY=' 'sha256-IjmmUuzYpK71k43TrozXzqTl9eOqJaoN5mTd1KRiTrU=' https:\/\/www.google-analytics.com https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/www.gstatic.com https:\/\/www.google.com https:\/\/storage.googleapis.com https:\/\/cdn.quilljs.com https:\/\/*.hotjar.com https:\/\/netdna.bootstrapcdn.com https:\/\/*.remarqable.com https:\/\/remarqable.com https:\/\/*.redlink.com https:\/\/localhost https:\/\/localhost:9443; object-src 'self'", "incognito": "split", "offline_enabled": false } |