Pinbot

Privately manage your bookmarks with AI.

Pinbot क्या है?

Pinbot https://getpinbot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Privately manage your bookmarks with AI."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        How do you manage your bookmarks? Once you have a lot of them, to search them efficiently, you need to organise them. But quickly, adapting the organisation becomes a chore in itself: redundant/obsolete tags, finding relevant bookmarks when splitting a tag for more precision... and without that, if you do not remember the exact wording for your search, you will have to read all of them one bby one.

Pinbot is an AI assistant taking care of all these needs. With one click, it generates a summary of the current page and suggests tags. You can add notes, search with synonyms, and everything runs offline: your privacy is guaranteed, thanks to your data never leaving your device.                    

एक्सटेंशन की मूल जानकारी

नाम Pinbot Pinbot
ID jbijbbnkaeclpmednjodmbdeobebiobg
आधिकारिक URL https://chromewebstore.google.com/detail/pinbot/jbijbbnkaeclpmednjodmbdeobebiobg
विवरण Privately manage your bookmarks with AI.
फ़ाइल का आकार 262 MB
स्थापना संख्या 150
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2023-12-31
प्रकाशन तिथि 2023-05-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://getpinbot.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://withcomment.com/kamil
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pinbot",
    "description": "Privately manage your bookmarks with AI.",
    "icons": {
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png"
        },
        "default_popup": "ext\/popup\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "permissions": [
        "activeTab",
        "favicon",
        "offscreen",
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "_favicon\/*",
                "*"
            ],
            "use_dynamic_url": false
        }
    ],
    "version": "0.2.0"
}