Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 712 Bytes

File metadata and controls

19 lines (15 loc) · 712 Bytes

Contributing to Video FrameGrab

First off, thanks for taking the time to contribute!

Development Setup

  1. Clone the repository
  2. Load the extension in Chrome via chrome://extensions using "Load unpacked"
  3. Make your changes in the src/ directory
  4. Refresh the extension from the chrome://extensions page to apply changes

Code Style

  • Use modern ES6+ JS features
  • Follow the formatting used in existing files (2 spaces indentation)
  • Keep everything lightweight and vanilla JS where possible

Submitting Pull Requests

  • Keep PRs focused on one feature/bug fix
  • Ensure the extension still works perfectly on major video platforms (YouTube, Vimeo)
  • Update docs/CHANGELOG.md if necessary