See how many unread messages are in your Inbox at the tab's icon.
Go to Chrome web store and click Add to Chrome
:
https://chrome.google.com/webstore/detail/gifuc-google-inbox-favico/pmjhnbcanebjkgkgieddinccembflgam
Or download the source code and install it as an unpacked extension
:
- Download the source code and unzip the file;
- Open
chrome://extensions
or go to menuWindow > Extensions
; - Enable
Developer mode
; Load packed extension...
and select the unziped folder;- Open (or reload) your Google Inbox window.
Install the extension and access your Google Inbox account.
It reads the Gmail Atom Feed every 30 seconds to get the unread messages count.
- Bugfix: Fixed counter for more than 9 unread messages (thx Paulo Tavares)
- Bugfix: Now works with multiple accounts (thx djalmaaraujo)
- Watch DOM changes to get rid of 30s loop?
- Customize badge color? (useful when you work with more than one e-mail tab)
- (...)
- Fork it;
- Create a branch:
git checkout -b some-feature
- Commit changes:
git commit -am 'A brief explanation'
- Push to branch:
git push origin some-feature
- Submit a pull request
I'm trying to move from Gmail to Inbox and the lack of unread count was not helping. So I decided to write a simple extension to cover it until Google releases its own unread count.
Thanks to Extensionizr and favico.js.
MIT