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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly save and organize your digital world with the Quivr Extension for Chrome. This powerful tool allows you to add webpages…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quivr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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