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是由https://sidebar.li开发的Chrome扩展程序,该扩展的主要功能是“🚀 Now with ChatGPT. Organize bookmarks, favorite websites, apps, ChatGPT and access them everywhere.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Sidebarr - ChatGPT, bookmarks, apps and more扩展crx文件

下载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"
    ]
}