Smart Bookmarks: chat with your bookmarks

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

Smart Bookmarks: chat with your bookmarks란 무엇입니까?

Smart Bookmarks: chat with your bookmarks은(는) https://supermark.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chat with everything, everywhere, all at once! Curate and access your personalized knowledge base with the smart bookmarking…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Smart Bookmarks: chat with your bookmarks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Smart Bookmarks: chat with your bookmarks Smart Bookmarks: chat with your bookmarks
ID hbgeccffpnlflcghlnajgdhidcikebmj
공식 URL https://chromewebstore.google.com/detail/smart-bookmarks-chat-with/hbgeccffpnlflcghlnajgdhidcikebmj
설명 Chat with everything, everywhere, all at once! Curate and access your personalized knowledge base with the smart bookmarking…
파일 크기 2.32 MB
설치 횟수 60
현재 버전 0.1.2
최근 업데이트 2023-06-24
출시 날짜 2023-06-23
평점 5.00/5 총 1 개의 평점
개발자 https://supermark.ai
이메일 [email protected]
결제 유형 free
지원되는 언어 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:\/\/*\/*"
            ]
        }
    ]
}