All code relating to the extension can be found under the src
directory. There you can make changes to the extension's code. When you are finished with your changes you are required to load your extension and test it for any bugs or issues.
To load the extension into your browser:
- Navigate to your extension's page (
edge://extensions
for Edge) - Enable "Developer mode"
- Click "Load unpacked" and select the
src
directory - You now should see the extension under Installed extensions > From other sources
When have reviewed all changed code and checked for any bugs or issues you can create a new pull request to get your changes merged.
You can help with translating whether it be fixing an error or adding a new language.
Translations can be accessed and edited through our Crowdin project. There you can:
- Translate or proofread content
- Vote or edit on existing translations
- Open discussion topics
By contributing, you agree that your contributions will be licensed under the Apache License 2.0.