Smart Bookmarks: chat with your bookmarks

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

O que é Smart Bookmarks: chat with your bookmarks?

Smart Bookmarks: chat with your bookmarks é uma extensão do Chrome desenvolvida por https://supermark.ai, e sua principal característica é "Chat with everything, everywhere, all at once! Curate and access your personalized knowledge base with the smart bookmarking…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Smart Bookmarks: chat with your bookmarks

Baixe arquivos de extensão Smart Bookmarks: chat with your bookmarks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Smart Bookmarks: chat with your bookmarks Smart Bookmarks: chat with your bookmarks
ID hbgeccffpnlflcghlnajgdhidcikebmj
URL Oficial https://chromewebstore.google.com/detail/smart-bookmarks-chat-with/hbgeccffpnlflcghlnajgdhidcikebmj
Descrição Chat with everything, everywhere, all at once! Curate and access your personalized knowledge base with the smart bookmarking…
Tamanho do Arquivo 2.32 MB
Contagem de Instalações 60
Versão Atual 0.1.2
Última Atualização 2023-06-24
Data de Publicação 2023-06-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://supermark.ai
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}