Smart Bookmarks: chat with your bookmarks

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

Co to jest Smart Bookmarks: chat with your bookmarks?

Smart Bookmarks: chat with your bookmarks to rozszerzenie Chrome opracowane przez https://supermark.ai, a jego główną funkcją jest „Chat with everything, everywhere, all at once! Curate and access your personalized knowledge base with the smart bookmarking…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Smart Bookmarks: chat with your bookmarks

Pobierz pliki rozszerzeń Smart Bookmarks: chat with your bookmarks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Smart Bookmarks: chat with your bookmarks Smart Bookmarks: chat with your bookmarks
ID hbgeccffpnlflcghlnajgdhidcikebmj
Oficjalny URL https://chromewebstore.google.com/detail/smart-bookmarks-chat-with/hbgeccffpnlflcghlnajgdhidcikebmj
Opis Chat with everything, everywhere, all at once! Curate and access your personalized knowledge base with the smart bookmarking…
Rozmiar pliku 2.32 MB
Liczba instalacji 60
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2023-06-24
Data Publikacji 2023-06-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://supermark.ai
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
            ]
        }
    ]
}