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 파일 다운로드

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

확장 프로그램 사용 설명서

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