Sidebarr - ChatGPT, bookmarks, apps and more

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

What is Sidebarr - ChatGPT, bookmarks, apps and more?

Sidebarr - ChatGPT, bookmarks, apps and more is a Chrome extension developed by https://sidebar.li, and its main feature is "🚀 Now with ChatGPT. Organize bookmarks, favorite websites, apps, ChatGPT and access them everywhere.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Sidebarr - ChatGPT, bookmarks, apps and more Extension CRX File

Download Sidebarr - ChatGPT, bookmarks, apps and more extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sidebarr - ChatGPT, bookmarks, apps and more Sidebarr - ChatGPT, bookmarks, apps and more
ID afdfpkhbdpioonfeknablodaejkklbdn
Official URL https://chromewebstore.google.com/detail/sidebarr-chatgpt-bookmark/afdfpkhbdpioonfeknablodaejkklbdn
Description 🚀 Now with ChatGPT. Organize bookmarks, favorite websites, apps, ChatGPT and access them everywhere.
File Size 2.83 MB
Installation Count 170,090
Current Version 2.0.5
Last Updated 2023-08-04
Publish Date 2020-09-14
Rating 4.52/5 Total 1578 Ratings
Developer https://sidebar.li
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sidebar.li/privacy.html
Supported Languages 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"
    ]
}