Smart Bookmarks: chat with your bookmarks

Chat with everything, everywhere, all at once! Curate and access your personalized knowledge base with the smart bookmarking…

Was ist Smart Bookmarks: chat with your bookmarks?

Smart Bookmarks: chat with your bookmarks ist eine Chrome-Erweiterung, die von https://supermark.ai entwickelt wurde, und ihr Hauptmerkmal ist "Chat with everything, everywhere, all at once! Curate and access your personalized knowledge base with the smart bookmarking…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Smart Bookmarks: chat with your bookmarks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Smart Bookmarks: chat with your bookmarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Chat with everything, everywhere, all at once! Curate and access your personalized knowledge base with the smart bookmarking extension. Just like an ordinary bookmark extension, you can bookmark anything online (link or pdf), and organize it in a beautiful UI. But off course, it isn’t just an ordinary bookmarking tool. You can search bookmarks and even chat with it when looking for relevant information from your knowledge base. You can choose to chat with all of your bookmarks or select specific bookmarks to chat with.                    

Grundlegende Informationen zur Erweiterung

Name Smart Bookmarks: chat with your bookmarks Smart Bookmarks: chat with your bookmarks
ID hbgeccffpnlflcghlnajgdhidcikebmj
Offizielle URL https://chromewebstore.google.com/detail/smart-bookmarks-chat-with/hbgeccffpnlflcghlnajgdhidcikebmj
Beschreibung Chat with everything, everywhere, all at once! Curate and access your personalized knowledge base with the smart bookmarking…
Dateigröße 2.32 MB
Installationsanzahl 60
Aktuelle Version 0.1.2
Letztes Update 2023-06-24
Veröffentlichungsdatum 2023-06-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://supermark.ai
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Bookmarks: chat with your bookmarks",
    "version": "0.1.2",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "bookmark_extension_logo.png",
        "48": "bookmark_extension_logo.png",
        "128": "bookmark_extension_logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pdfjs\/build\/pdf.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "pdfjs\/build\/pdf.worker.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}