Thanks for considering contributing.
This project is intentionally small and focused. Contributions should preserve its simplicity.
Good contributions include:
- Bug fixes
- Browser compatibility improvements
- OS-specific fixes (Linux / Windows)
- Documentation improvements
Out of scope:
- Cloud sync
- Session management
- Background services
- UI-heavy features
- Clone the repository
- Open
chrome://extensions - Enable Developer mode
- Click Load unpacked
- Select the project root folder
Reload the extension after making changes.
- Manifest Version 3 only
- No inline scripts (CSP-safe)
- Prefer simple, readable code
- Avoid dependencies
- Avoid background polling or listeners unless required
- Fork the repository
- Create a feature branch
- Make changes
- Ensure the extension still loads unpacked
- Open a pull request with a clear description
By contributing, you agree that your contributions are licensed under the MIT License.