Quivr

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

Qu'est-ce que Quivr ?

Quivr est une extension Chrome développée par https://quivr.app, et sa fonction principale est "Quickly save and organize your digital world with the Quivr Extension for Chrome. This powerful tool allows you to add webpages…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Quivr

Téléchargez les fichiers d'extension Quivr au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Quivr Quivr
ID kgjlgibfenoecppikekhjcnhgagagifh
URL Officiel https://chromewebstore.google.com/detail/quivr/kgjlgibfenoecppikekhjcnhgagagifh
Description Quickly save and organize your digital world with the Quivr Extension for Chrome. This powerful tool allows you to add webpages…
Taille du Fichier 306 KB
Nombre d'Installations 87
Version Actuelle 0.0.1
Dernière Mise à Jour 2023-06-21
Date de Publication 2023-06-20
Développeur https://quivr.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://quivr.app
URL de la Page d'Aide https://github.com/StanGirard/quivr
URL de la Page de Politique de Confidentialité https://brain.quivr.app/docs/privacy_policy
Langues Prises en Charge 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"
}