π€© Download Chrome Extension
AI Side Bar
- Chrome extension sidebar for all sort of AI things
- Community driven and open source
Features
- Ask questions using chatGPT in chrome sidebar
- Message Template
- Memorize Context
Requirements
- Node v16>=
Commands
npm i: Install dependenciesnpm run dev: Start dev servernpm run build: Build the source code into './dist'npm run build-watch: Build the source code into./distand continuously rebuild when changes occurnpm run test: Run tests below./src/testsdirectory
Build and Test Chrome Extension π¨βπ»
- Run
npm ito install the necessary dependencies - Run
npm run buildto build source code into./dist - Visit chrome extensions page
- Enable developer mode
- Load unpacked extension(select
./distfolder) - Paste API Key in OpenAI API Key input box(Set
VITE_MOCK_OPENAI_APItotruein.envfile to mock OpenAI API)
Note
- By providing a personal API key the user may subject to billing
- API key is a secret. DO NOT share it with others
- Users should understand the rate limits that the API holds
- This extension will only work within a chrome browser
Contributions
- Submit an issue for any features or bug
- Submit a pull request with a clear title and description
- Run
npm run pull-request-checkbefore submitting a pull request - Commit message best practices
Contributors
Kim Seon Woo π» π |
Rhythm Sharma π¨ |
CainanConway π |
Aishwarya Mali π¨ |

