Copies a message like Ready to review (<feature>): <LINK_TO_PR> from a GitHub Pull Request page when you click the extension icon.
- Feature is extracted from PR title if formatted like
feat(carousel): Implement ...→carousel. - If no scope in the title, it omits the feature:
Ready to review: <LINK_TO_PR>.
npm install
npm run buildThe build outputs dist/background.js.
- Open
chrome://extensions. - Enable Developer mode.
- Click "Load unpacked" and select this project folder (it must contain
manifest.json).
- Navigate to a GitHub PR page.
- Click the extension icon.
- The message is copied to your clipboard.
- Works on URLs matching
https://github.com/*/*/pull/*. - Clipboard is written from the page context for reliability.