A Chrome extension that provides an AI-powered chat interface in the side panel, powered by QHub Wiki.
- Side Panel Interface: Convenient chat experience directly in your browser's side panel.
- AI Integration: Intelligent responses powered by QHub Wiki.
- Google Chrome Browser: Ensure you have the latest version of Google Chrome installed.
-
Download/Clone the Source Code
- Ensure you have the folder containing
manifest.json,sidepanel.html,sidepanel.js, etc. on your computer.
- Ensure you have the folder containing
-
Open Chrome Extensions Page
- Open Google Chrome.
- Navigate to
chrome://extensions/by typing it into the address bar and pressing Enter. - Alternatively, click the Extensions icon (puzzle piece) in the toolbar -> Manage Extensions.
-
Enable Developer Mode
- In the top right corner of the Extensions page, toggle the Developer mode switch to ON.
-
Load the Extension
- Click the Load unpacked button that appears in the top left.
- In the file dialog, navigate to and select the directory containing this project (the folder with
manifest.json).
-
Verification
- The "QHub Wiki AI Chat" extension should now appear in your list of installed extensions.
- Ensure the toggle switch on the extension card is enabled.
-
Open the Side Panel
- Click on the Side Panel icon in the Chrome toolbar (usually a square icon with a shaded column).
- If the Side Panel icon is not visible, you can pin the extension or use the Chrome menu.
-
Select the Extension
- In the Side Panel dropdown menu (top left of the panel), select QHub Wiki AI Chat.
-
Permissions
- The extension may request optional host permissions to communicate with specific API endpoints. If prompted, please allow these permissions for full functionality.
- Extension not showing? Try refreshing the
chrome://extensions/page or clicking the "Update" button in the top toolbar. - Changes not reflected? If you modify the code, remember to click the reload icon (circular arrow) on the extension card in
chrome://extensions/.