Awesome
Helper for GitHub notifications in Gmail
A web extension for Chrome and Firefox which adds keyboard shortcuts for opening and muting GitHub notification emails.
Features
Mail View Shortcut
Open your GitHub notifications in mail view:
- Chrome: <kbd>shift</kbd> + <kbd>g</kbd>, <kbd>shift</kbd> + <kbd>b</kbd> in the background
- Firefox: <kbd>ctrl</kbd> + <kbd>g</kbd>, <kbd>ctrl</kbd> + <kbd>b</kbd> in the background
Mute Thread
Mute thread in mail view. It will open a background window to load the mute thread URL, and close itself when done. This only works if you have an active GitHub session.
- Chrome: <kbd>shift</kbd> + <kbd>h</kbd>
- Firefox: <kbd>ctrl</kbd> + <kbd>h</kbd>
List View Shortcut
<kbd>ctrl</kbd> + <kbd>return</kbd> to trigger one the action button when an email is selected using gmail key navigation (when the blue bar appears):
Installation
Shortcuts
- Chrome:
Select extension
->Details
->Extension options
- Setting extension shortcuts in Firefox
Development
Load the extension manually and modify the code accordingly in these places:
Chrome: chrome/src/inject/inject.js
.<br>
Firefox: firefox/src/inject/inject.js
.<br>