Quivr
Quickly save and organize your digital world with the Quivr Extension for Chrome. This powerful tool allows you to add webpages…
Quivrคืออะไร?
Quivr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://quivr.app และคุณลักษณะหลักของมันคือ "Quickly save and organize your digital world with the Quivr Extension for Chrome. This powerful tool allows you to add webpages…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quivr
ดาวน์โหลดไฟล์ส่วนขยาย Quivr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |