The amazing Galaxy Tour Builder web extension.
Check out the video: https://imgur.com/a/0YVvz.
Support all Galaxy instances Β· Record/Pause Β· Live simulation Β· Export Β· Available in all stores:
- Clone this repository
- Run
npm install
- Run
npm run build
Note: This is only useful if you want to install the extension locally, e.g., for hacking on it. If you want to use it, you should install it from your browser "app store".
- Open Chrome/Opera browser and navigate to chrome://extensions
- Select "Developer Mode" and then click "Load unpacked extension..."
- From the file browser, choose to
galaxy-tourbuilder/build/chrome
or (galaxy-tourbuilder/build/opera
)
- Open Firefox browser and navigate to about:debugging
- Click "Load Temporary Add-on" and from the file browser, choose
galaxy-tourbuilder/build/firefox
The following tasks can be used when you want to start developing the extension and want to enable live reload:
npm run chrome-watch
npm run opera-watch
npm run firefox-watch
Run npm run dist
to create a zipped, production-ready extension for each
browser. You can then upload that to the different app stores.
This extension is available under the name Galaxy Tour Builder in the Chrome Web Store.
This extension is available under the name Galaxy Tour Builder on the Mozilla Add-on website.
This extension is available under the name Galaxy Tour Builder on the Opera add-ons website.
This project has been initiated during a hackathon a while ago in Freiburg, then Dannon Baker started a Chrome extension port. In no particular order, Florian Eggenhofer, Matthias Bernt, BΓ©rΓ©nice Batut and Clemens Blank have contributed to this port and therefore to this project.
galaxy-tourbuilder is released under the MIT License. See the bundled LICENSE file for details.