Save & share Bard conversations. Discover & use Bard prompts. Enhance Bard with more features.
Introduction · How To Use · How To Contribute · License
Bard Wow! is an open-source Chrome extension that enhance Bard with more features:
-
Automatically save all of your Bard chats
-
Go back to your Bard chat history
-
All of your Bard chats are saved locally
-
100% offline, 100% privacy, no data sent to server (unless you enable sync & share chats)
-
Search your Bard chat history (soon)
-
Share your Bard chats to the web & others (soon)
-
Use Bard prompts in one-click (soon)
-
Discover best Bard prompts from the community (soon)
-
Create & save your Bard prompts (soon)
-
Go to Releases, download
Chrome.zip
file from the release assets. -
Extract the contents of the
Chrome.zip
file to a folder on your computer. -
Open Google Chrome and go to the extensions page by typing
chrome://extensions
in the address bar. -
Enable Developer mode by toggling the switch in the top right corner of the page.
-
Click on the "Load unpacked" button in the top left corner of the page.
-
Browse to the folder where you extracted the
Chrome.zip
file and select it. -
The extension should now be installed and ready to use.
-
Just use Bard normally like you already do, all your chats are automatically saved.
-
To see your saved chats, click on "⠇" next to the extension icon, & click on 'Options' to open the extension Options page
We love our contributors! Here's how you can contribute:
-
Open an issue if you believe you've encountered a bug or got a feature request.
-
Make a pull request to add new features/make quality-of-life improvements/fix bugs.
For local development, follow the instructions below:
-
Node.js 18+
-
NPM 9+
-
Clone the repository and run
npm i
in the repository directory to initialize the repository. -
Run
npm run build
to build the repository, you'll find the Chrome extension built output inapps/extension/out
directory. -
Follow How To Use to load the extension into your browser but instead of using
Chrome.zip
, chooseapps/extension/out
directory. -
Make changes to the codebase, run
npm run build
& reload the extension to test.
-
The repository is an NPM monorepo using the following tech stack:
- TypeScript – Language
- Tailwind – CSS
-
apps
includes all the project's entry points, e.g. extension background script, extension content script, website, etc. -
packages
includes utility packages & scripts.
Minh-Phuc Tran (@phuctm97)
Bard Wow! is open-source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version. You can find it here.