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…”。

扩展截图

screenshot

下载Quivr扩展crx文件

下载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 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"
}