AI Chat sidebar for Chrome
Bing Chat sidebar ported from Edge to Chrome
What is AI Chat sidebar for Chrome?
AI Chat sidebar for Chrome is a Chrome extension developed by http://bing-sidebar.com, and its main feature is "Bing Chat sidebar ported from Edge to Chrome".
Extension Screenshots
Download AI Chat sidebar for Chrome Extension CRX File
Download AI Chat sidebar for Chrome 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
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
Extension Basic Information
Name | AI Chat sidebar for Chrome |
ID | ncjedehfkpnliaafimjhdjjeggmfmlgf |
Official URL | https://chrome.google.com/webstore/detail/ai-chat-sidebar-for-chrom/ncjedehfkpnliaafimjhdjjeggmfmlgf |
Description | Bing Chat sidebar ported from Edge to Chrome |
File Size | 379 KB |
Installation Count | 1,604 |
Current Version | 1.5.0 |
Last Updated | 2023-07-10 |
Publish Date | 2023-06-24 |
Rating | 4.38/5 Total 8 Ratings |
Developer | http://bing-sidebar.com |
[email protected] | |
Payment Type | free |
Extension Website | https://bing-sidebar.com |
Help Page URL | https://github.com/wong2/bing-sidebar-for-chrome/issues |
Privacy Policy Page URL | https://chathub.gg/privacy-policy |
Supported Languages | 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": [ " |