Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inbasic/ignotifier
Multiple account Gmail notifier (without storing passwords)
https://github.com/inbasic/ignotifier
chrome chrome-extension edge-addon firefox-ad javascript opera-addon
Last synced: about 2 months ago
JSON representation
Multiple account Gmail notifier (without storing passwords)
- Host: GitHub
- URL: https://github.com/inbasic/ignotifier
- Owner: inbasic
- License: other
- Created: 2012-11-04T04:51:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T09:02:58.000Z (3 months ago)
- Last Synced: 2024-09-17T11:02:51.304Z (3 months ago)
- Topics: chrome, chrome-extension, edge-addon, firefox-ad, javascript, opera-addon
- Language: JavaScript
- Homepage: https://webextension.org/listing/gmail-notifier.html
- Size: 19.8 MB
- Stars: 390
- Watchers: 33
- Forks: 116
- Open Issues: 150
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - inbasic/ignotifier - Multiple account Gmail notifier (without storing passwords) (JavaScript)
README
## [Gmail Notifier](https://webextension.org/listing/gmail-notifier.html) browser extension (ignotifier)
### Description
[Gmail Notifier](https://webextension.org/listing/gmail-notifier.html) is a multi-account notifier for Google mail (without storing passwords locally)### YouTube Preview
[![YouTube Preview](https://img.youtube.com/vi/5Z2huN_GNkA/0.jpg)](https://www.youtube.com/watch?v=5Z2huN_GNkA)### Listings (v3)
* [Chrome Webstore](https://chrome.google.com/webstore/detail/gmail-notifier-developer/inglgcknnendooehdkhplbmhhbfkngmg)
* [Firefox Add-ons](https://addons.mozilla.org/firefox/addon/gmail-notifier-dev-edition/)
* [Edge Addons](https://microsoftedge.microsoft.com/addons/detail/jhgfdokolagmnmjggpipkdefblhlhaap)### Listings (v2)
* [Chrome Webstore](https://chrome.google.com/webstore/detail/gmail-notifier/dcjichoefijpinlfnjghokpkojhlhkgl)
* [Firefox Add-ons](https://addons.mozilla.org/firefox/addon/gmail-notifier-restartless/)
* [Edge Addons](https://microsoftedge.microsoft.com/addons/detail/cmhmeappbhdaifkknkhdnmogalbnhloa)
* [Opera Addons](https://addons.opera.com/extensions/details/gmail-notifier/)### How to translate ignotifier
* To translate ignotifier into your language head to [transifex.com](https://www.transifex.com/projects/p/gmail-notifier-addon) page.
* After the translation is ready, insert the translated file in `/src/_locales` directory
* For Firefox to recognize the translation, you will need to run the following commend in the root directory
`node compile/convert.js`
* Now compile the project as described above to have the localized version of ignotifier.### How to try the precompiled latest version on Firefox
1. Select the right branch
2. Browse the `builds/packed` directory
3. Download the raw *.xpi file
4. Open a browser tab for `about:debugging` and turn on the developer mode
5. Point the browse button to the download XPI### How to try the precompiled latest version on Chrome
1. Select the right branch
2. Browse the `builds/packed` directory
3. Download the *.zip file and extract it somewhere
4. Open a browser tab for `chrome://extensions` and turn on the developer mode
5. Point the browse button to the root directory