RemNote Clipper
Easily take notes to your RemNote account, from any webpage!
RemNote Clipper란 무엇입니까?
RemNote Clipper은(는) https://www.remnote.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily take notes to your RemNote account, from any webpage!"입니다.
확장 프로그램 스크린샷
RemNote Clipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily take spaced-repetition notes on any webpage with the RemNote extension. 1) To save a URL to a "Links" folder, click on the extension icon. 2) Take quick notes on an open webpage using the “Save Note” popup. 3) Open the RemNote editor any time by clicking "Continue Editing" 4) Highlight text and click "Highlight" to save source text to an associated Document. Article highlight saving, faster loading, page integration, and more coming soon! We’re excited to keep building here, and feedback is welcome.
확장 프로그램 기본 정보
이름 | |
ID | ohidiiabdhnlgcaidgndbdbjlhngeboj |
공식 URL | https://chromewebstore.google.com/detail/remnote-clipper/ohidiiabdhnlgcaidgndbdbjlhngeboj |
설명 | Easily take notes to your RemNote account, from any webpage! |
파일 크기 | 309 KB |
설치 횟수 | 12,154 |
현재 버전 | 1.5.07 |
최근 업데이트 | 2023-07-19 |
출시 날짜 | 2020-06-20 |
평점 | 3.07/5 총 41 개의 평점 |
개발자 | https://www.remnote.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.remnote.com |
도움말 페이지 URL | https://www.remnote.com/help |
개인정보 보호 정책 페이지 URL | https://www.remnote.io/a/privacy-policy/cZQqixWtZtv49wNM9 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Easily take notes to your RemNote account, from any webpage!", "version": "1.5.07", "manifest_version": 3, "name": "RemNote Clipper", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "remnote-34.png" }, "icons": { "128": "remnote-128.png" }, "commands": { "highlightSelection": { "suggested_key": { "default": "Ctrl+Shift+H", "linux": "Ctrl+Shift+H", "mac": "Command+Shift+Y" }, "description": "Highlight the current selection and open in sidebar" }, "launchOmnibarF": { "suggested_key": { "default": "Ctrl+Shift+Space" }, "description": "Launch the RemNote omnibar" } }, "web_accessible_resources": [ { "resources": [ "omnibar.html", "content.styles.css", "staging-128.png", "staging-34.png", "documentInject.html", "documentInject.js", "loadIframe.js", "documentInjector.js", "remNoteFunctionsInject.bundle.js", "documentInject.css", "sidebar.html", "sidebar.css", "loadIframeInject.bundle.js", "*.png", "*.svg", "*.css", "getContent.html" ], "matches": [ " |