Quivr
Quickly save and organize your digital world with the Quivr Extension for Chrome. This powerful tool allows you to add webpages…
Quivr란 무엇입니까?
Quivr은(는) https://quivr.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly save and organize your digital world with the Quivr Extension for Chrome. This powerful tool allows you to add webpages…"입니다.
확장 프로그램 스크린샷
Quivr 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quickly save and organize your digital world with the Quivr Extension for Chrome. This powerful tool allows you to add webpages directly to your Quivr 'second brain' in the cloud with a simple keyboard shortcut (CMD+SHIFT+Y). Whether conducting research, reading an interesting article, or browsing the web, you can instantly save any URL to your Quivr account for easy access and retrieval later. The Quivr Extension is designed with speed and efficiency in mind, making it an invaluable tool for knowledge management. It streamlines the process of storing unstructured data, enabling you to handle almost any type of data - from text and images to code snippets. Make the most of your browsing experience, keep your data secure and organized, and ensure you never lose valuable information again with the Quivr Extension for Chrome.
확장 프로그램 기본 정보
이름 | Quivr |
ID | kgjlgibfenoecppikekhjcnhgagagifh |
공식 URL | https://chromewebstore.google.com/detail/quivr/kgjlgibfenoecppikekhjcnhgagagifh |
설명 | Quickly save and organize your digital world with the Quivr Extension for Chrome. This powerful tool allows you to add webpages… |
파일 크기 | 306 KB |
설치 횟수 | 87 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2023-06-21 |
출시 날짜 | 2023-06-20 |
개발자 | https://quivr.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://quivr.app |
도움말 페이지 URL | https://github.com/StanGirard/quivr |
개인정보 보호 정책 페이지 URL | https://brain.quivr.app/docs/privacy_policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quivr", "version": "0.0.1", "permissions": [ "activeTab", "storage", "notifications" ], "action": { "default_icon": { "48": "128.png" } }, "background": { "service_worker": "background.js" }, "commands": { "send_url": { "suggested_key": { "default": "Ctrl+Shift+Y", "mac": "Command+Shift+Y" }, "description": "Quivr" } }, "options_page": "options.html" } |