AI Chat sidebar for Chrome
Bing Chat sidebar ported from Edge to Chrome
Co to jest AI Chat sidebar for Chrome?
AI Chat sidebar for Chrome to rozszerzenie Chrome opracowane przez http://bing-sidebar.com, a jego główną funkcją jest „Bing Chat sidebar ported from Edge to Chrome”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AI Chat sidebar for Chrome
Pobierz pliki rozszerzeń AI Chat sidebar for Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Bing Chat sidebar extension let you use Bing Chat in Chrome side panel, with context of the webpage you're viewing. Works the same as Bing Chat sidebar in Edge browser. Source code: https://github.com/wong2/bing-sidebar-for-chrome
Podstawowe informacje o rozszerzeniu
Nazwa | AI Chat sidebar for Chrome |
ID | ncjedehfkpnliaafimjhdjjeggmfmlgf |
Oficjalny URL | https://chrome.google.com/webstore/detail/ai-chat-sidebar-for-chrom/ncjedehfkpnliaafimjhdjjeggmfmlgf |
Opis | Bing Chat sidebar ported from Edge to Chrome |
Rozmiar pliku | 379 KB |
Liczba instalacji | 1,604 |
Aktualna Wersja | 1.5.0 |
Ostatnia Aktualizacja | 2023-07-10 |
Data Publikacji | 2023-06-24 |
Ocena | 4.38/5 Łącznie 8 Oceny |
Deweloper | http://bing-sidebar.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://bing-sidebar.com |
Adres URL Strony Pomocy | https://github.com/wong2/bing-sidebar-for-chrome/issues |
Adres URL Strony Polityki Prywatności | https://chathub.gg/privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI Chat sidebar for Chrome", "description": "Bing Chat sidebar ported from Edge to Chrome", "version": "1.5.0", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Click to open sidebar" }, "side_panel": { "default_path": "sidepanel\/index.html" }, "host_permissions": [ " |