This Chrome extension enhances your Bubble editor and improves the UI. It's free to use and maintained by the Bubble community! You can contribute by:
- Being an alpha tester
- Reporting bugs
- Suggesting Features
- Modifying the codebase
See the sections below for more information on how to contribute.
This extension is available to install from the Chrome Web Store or you may install it to your browser directly using instructions below.
- Find the folder named
example_feature.- Duplicate it (and its children).
- Rename it to your new feature name key. This key will be how your feature is referred to in code (snake_case is preferred to make it easy to copy/paste the feature name).
- Follow the instructions inside the readme.txt
If you are an alpha tester, or don't want to use the Chrome Web Store, you may install this extension to your browser manually.
- Download the Source Code
- Go to https://github.com/codeless-love/Bubble-Editor-Powerup
- Click the big green button <> Code then select Download ZIP
- Navigate to the ZIP file and decompress it.
- Manually Load the Extension into Chrome
- Go to chrome://extensions/
- Click Developer Mode in the top right to enable it
- Click the "Load Unpacked" button
- Select the compressed ZIP file you downloaded in step 1.