My ears are burning

This notifies you when someone has mentioned you or assigned you an issue on GitHub

Wat is My ears are burning?

My ears are burning is een Chrome-extensie ontwikkeld door kchodorow, en de belangrijkste functie is "This notifies you when someone has mentioned you or assigned you an issue on GitHub".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie My ears are burning

Download My ears are burning-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam My ears are burning My ears are burning
ID phkokjkjpdmdeongeaaddaiocjpcmpjb
Officiële URL https://chromewebstore.google.com/detail/my-ears-are-burning/phkokjkjpdmdeongeaaddaiocjpcmpjb
Beschrijving This notifies you when someone has mentioned you or assigned you an issue on GitHub
Bestandsgrootte 71.47 KB
Aantal Installaties 12
Huidige Versie 0.1.8
Laatst Bijgewerkt 2017-06-17
Publicatiedatum 2017-06-17
Ontwikkelaar kchodorow
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://meab.kchodorow.com
Ondersteunde Talen 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
    }
}