Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 587 Bytes

File metadata and controls

24 lines (18 loc) · 587 Bytes

Contributing

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Development Setup

  1. Clone your fork
  2. Load the extension in Chrome developer mode
  3. Make your changes
  4. Test thoroughly on different websites
  5. Submit your PR

Code Style

  • Use ES6+ features
  • Follow Chrome extension best practices
  • Comment complex logic
  • Maintain Manifest V3 compliance