Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 529 Bytes

File metadata and controls

25 lines (17 loc) · 529 Bytes

Contributing Guidelines

Development Setup

  1. Install dependencies (if any)
  2. Enable developer mode in Chrome
  3. Load the extension

Code Style

  • Use consistent indentation (2 spaces)
  • Add JSDoc comments for functions
  • Follow Chrome Extension best practices(2)

Testing

  1. Test on different websites
  2. Verify error handling
  3. Check memory usage

Pull Request Process

  1. Update documentation
  2. Test all features
  3. Submit PR with clear description