Sidebarr - ChatGPT, bookmarks, apps and more

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

Cos'è Sidebarr - ChatGPT, bookmarks, apps and more?

Sidebarr - ChatGPT, bookmarks, apps and more è un'estensione di Chrome sviluppata da https://sidebar.li, e la sua funzione principale è "🚀 Now with ChatGPT. Organize bookmarks, favorite websites, apps, ChatGPT and access them everywhere.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Sidebarr - ChatGPT, bookmarks, apps and more

Scarica i file di estensione Sidebarr - ChatGPT, bookmarks, apps and more in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sidebarr - ChatGPT, bookmarks, apps and more Sidebarr - ChatGPT, bookmarks, apps and more
ID afdfpkhbdpioonfeknablodaejkklbdn
URL Ufficiale https://chromewebstore.google.com/detail/sidebarr-chatgpt-bookmark/afdfpkhbdpioonfeknablodaejkklbdn
Descrizione 🚀 Now with ChatGPT. Organize bookmarks, favorite websites, apps, ChatGPT and access them everywhere.
Dimensione del File 2.83 MB
Conteggio Installazioni 170,090
Versione Corrente 2.0.5
Ultimo Aggiornamento 2023-08-04
Data di Pubblicazione 2020-09-14
Valutazione 4.52/5 Totale 1578 Valutazioni
Sviluppatore https://sidebar.li
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sidebar.li/privacy.html
Lingue Supportate 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"
    ]
}