Quivr

Quickly save and organize your digital world with the Quivr Extension for Chrome. This powerful tool allows you to add webpages…

Quivr là gì?

Quivr là một tiện ích mở rộng Chrome được phát triển bởi https://quivr.app, và tính năng chính của nó là "Quickly save and organize your digital world with the Quivr Extension for Chrome. This powerful tool allows you to add webpages…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quivr

Tải xuống các tệp mở rộng Quivr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quivr Quivr
ID kgjlgibfenoecppikekhjcnhgagagifh
URL Chính Thức https://chromewebstore.google.com/detail/quivr/kgjlgibfenoecppikekhjcnhgagagifh
Mô tả Quickly save and organize your digital world with the Quivr Extension for Chrome. This powerful tool allows you to add webpages…
Kích Thước Tệp 306 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2023-06-21
Ngày Phát Hành 2023-06-20
Nhà Phát Triển https://quivr.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://quivr.app
URL Trang Trợ Giúp https://github.com/StanGirard/quivr
URL Trang Chính Sách Bảo Mật https://brain.quivr.app/docs/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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"
}