Thx for wanting to contribute! Ideas, suggestions, or code contributions are always welcome! Before building a new feature, please open a pull request to discuss your contribution!
To get up and running, these are the steps:
- Clone the repo
npm install
npm start
- Open
chrome://extensions
in a new tab - Click on
Load unpacked
- Select the
build
folder in Movie Subtitle's root directory
Making changes to the code and testing them:
- Deactivate the real Movie Subtitles extension
- Activate the unpacked Movie Subtitles extension
- Make some changes to the code
- Reload the extension for the changes to take effect
- Open a video and verify that you can see your changes
- That's it. Happy coding!
At the moment this is just a personal note for myself since I'm the only person who can publish a new version to the Chrome Web Store:
- Update the version number in
src/manifest.json
- Remove the root-level
build
folder NODE_ENV=production npm run build
- Zip the newly created
build
folder - Upload the zipped
build
folder to the Chrome Web Store