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
Eメール [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"
}