A Chrome extension that enhances TROI Software usability by adding clear German button labels.
The sole purpose of this extension is to make the TROI Software interface more intuitive. This is achieved by:
- Adding German text labels to buttons
- Improving spacing between buttons
- Automatic application on all TROI pages
- Download this extension
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Click "Load unpacked"
- Select the directory containing the extension files
The extension:
- Automatically adds CSS styles to TROI pages
- Requires no additional permissions
- Works immediately after installation
- Improves button visibility and clarity
To modify the CSS styles:
- Edit the
troi.css
file - Reload the extension in
chrome://extensions/
The extension is automatically updated in the Chrome Web Store when a new version is released.
- Create a new project in the Google Cloud Console
- Enable the Chrome Web Store API
- Create OAuth 2.0 credentials
- Generate a refresh token
- Add the following secrets to your GitHub repository:
EXTENSION_ID
: Your Chrome extension IDCLIENT_ID
: Your OAuth 2.0 Client IDCLIENT_SECRET
: Your OAuth 2.0 Client SecretREFRESH_TOKEN
: Your OAuth 2.0 Refresh Token
- Update the version in
package.json
- Create and push a new tag:
git tag v1.0.0 git push origin v1.0.0
- The GitHub Action will automatically publish the new version to the Chrome Web Store
MIT