Sidebarr - ChatGPT, bookmarks, apps and more

🚀 Now with ChatGPT. Organize bookmarks, favorite websites, apps, ChatGPT and access them everywhere.

Sidebarr - ChatGPT, bookmarks, apps and moreคืออะไร?

Sidebarr - ChatGPT, bookmarks, apps and more เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sidebar.li และคุณลักษณะหลักของมันคือ "🚀 Now with ChatGPT. Organize bookmarks, favorite websites, apps, ChatGPT and access them everywhere."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sidebarr - ChatGPT, bookmarks, apps and more

ดาวน์โหลดไฟล์ส่วนขยาย Sidebarr - ChatGPT, bookmarks, apps and more ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Introducing Sidebarr: the ultimate Chrome extension for improving your productivity and streamlining your browsing experience! With Sidebarr, you can access your browser bookmarks, ChatGPT, and Google apps all from a stylish yet powerful sidebar panel. Here are some of the amazing features that Sidebarr has to offer:

📑 Bookmark Management: With just one click, you can access all of your bookmarks directly from the sidebar panel. You can easily sort and categorize your bookmarks according to your preferences, create folders and subfolders, and drag and drop bookmarks to move them between folders.

💬 ChatGPT: Interact with ChatGPT directly from the sidebar panel, entering your text or question and receiving a real-time response. ChatGPT is capable of understanding natural language and providing accurate and relevant answers to your queries.

📝 Google Apps: Access Google Drive, Google Docs, Google Sheets, and Google Slides directly from the sidebar panel, without having to navigate through multiple tabs and windows. This feature is particularly useful for anyone who uses Google apps on a regular basis, as it can save you a significant amount of time and effort.

🔧 Customizable Interface: You can adjust the appearance and behavior of the sidebar panel to suit your preferences, including changing the size, font, and color of the text, as well as adjusting the speed and responsiveness of ChatGPT. The extension also offers a dark mode option for users who prefer a more comfortable reading experience.

💻 Productivity Boost: Sidebarr is a powerful and flexible Chrome extension that can help you streamline your browsing experience, save time, and improve your productivity. Whether you're a student, writer, researcher, or professional, this extension has something to offer.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sidebarr - ChatGPT, bookmarks, apps and more Sidebarr - ChatGPT, bookmarks, apps and more
ID afdfpkhbdpioonfeknablodaejkklbdn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sidebarr-chatgpt-bookmark/afdfpkhbdpioonfeknablodaejkklbdn
คำอธิบาย 🚀 Now with ChatGPT. Organize bookmarks, favorite websites, apps, ChatGPT and access them everywhere.
ขนาดไฟล์ 2.83 MB
จำนวนการติดตั้ง 170,090
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2023-08-04
วันที่เผยแพร่ 2020-09-14
คะแนน 4.52/5 รวมทั้งหมด 1578 คะแนน
ผู้พัฒนา https://sidebar.li
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sidebar.li/privacy.html
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_desc__",
    "version": "2.0.5",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "bookmarks",
        "unlimitedStorage",
        "favicon",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "alarms",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        "_favicon\/*",
        "*.svg",
        "*.png",
        "*.css",
        "*.otf",
        "chrome:\/\/favicon\/*",
        "options.html"
    ]
}