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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://supermark.ai และคุณลักษณะหลักของมันคือ "Chat with everything, everywhere, all at once! Curate and access your personalized knowledge base with the smart bookmarking…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Bookmarks: chat with your bookmarks

ดาวน์โหลดไฟล์ส่วนขยาย Smart Bookmarks: chat with your bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:\/\/*\/*"
            ]
        }
    ]
}