ProjectHub is a Chrome extension that adds filters to GitHub project boards.
ProjectHub isn’t hosted on the Chrome web store yet—until then you can manually install it with the development directions below:
- Install yarn
yarn install
yarn build:watch
(oryarn build
to build once)- Go to
chrome://extensions
- Enable Developer mode
- Click Load unpacked extension… and select the
dist/
folderAfter pulling updates/making changes, you’ll need to refresh
chrome://extensions
to reload the extension
PRs welcome 👍🏻
React’s dev tools Chrome Extension unfortunately can’t inspect other extensions. So you’ll need to use their remote debugger instead:
- Run in debug mode:
yarn build:debug
- Run the debugger:
yarn react-devtools
- Bump the version number in
/dist/manifest.json
- Update the changelog
- Run
yarn release
- Go to the Chrome Developer Dashboard
- Click on Upload Updated Package
- Upload the zip file found in
pkg/
See CHANGELOG