TubiaBuddy is a utility extension geared for Wikitubia editors, but can work for anyone.
The extension is confirmed to work with Chrome and Brave, but explicit support for other browsers haven't been implemented. If your browser supports the latest WebExtensions API, and/or aliases the chrome namespace into browser, you should be able to use this extension without any hitches.
If you encounter any issues that may relate to compatibility, please file an isssue.
- Automatic template type detection
- One-click copy
- more to be added
This project uses Bun as the package manager, script runner, and bundler. It isn't strictly necessary to use Bun while making changes to the repo, but please do know that we use Bun-exclusive APIs for the build process.
Clone the repository to your device. An environment with Chrome is needed for testing and packaging the extension.
To install dependencies:
bun installBuilding a dev output:
bun run build-devBuilding a production output:
bun run buildAll build output is put into the src/out directory, which is also the directory that the packaged extension will access to do its work.