My ears are burning
This notifies you when someone has mentioned you or assigned you an issue on GitHub
Cos'è My ears are burning?
My ears are burning è un'estensione di Chrome sviluppata da kchodorow, e la sua funzione principale è "This notifies you when someone has mentioned you or assigned you an issue on GitHub".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione My ears are burning
Scarica i file di estensione My ears are burning in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Puts an ear next to your location bar. If you have any unread GitHub notifications, the ear will turn red. If you are all caught up, the ear will turn green.
Informazioni di Base sull'Estensione
Nome | My ears are burning |
ID | phkokjkjpdmdeongeaaddaiocjpcmpjb |
URL Ufficiale | https://chromewebstore.google.com/detail/my-ears-are-burning/phkokjkjpdmdeongeaaddaiocjpcmpjb |
Descrizione | This notifies you when someone has mentioned you or assigned you an issue on GitHub |
Dimensione del File | 71.47 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 0.1.8 |
Ultimo Aggiornamento | 2017-06-17 |
Data di Pubblicazione | 2017-06-17 |
Sviluppatore | kchodorow |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://meab.kchodorow.com |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My ears are burning", "description": "This notifies you when someone has mentioned you or assigned you an issue on GitHub", "version": "0.1.8", "browser_action": { "default_title": "Loading notifications...", "default_icon": "assets\/icon.png", "default_popup": "popup.html" }, "permissions": [ "alarms", "cookies", "https:\/\/meab.kchodorow.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true } } |