My ears are burning

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

Hvad er My ears are burning?

My ears are burning er en Chrome-udvidelse udviklet af kchodorow, og dens hovedfunktion er "This notifies you when someone has mentioned you or assigned you an issue on GitHub".

Udvidelsesskærmbilleder

screenshot

Download My ears are burning-udvidelses-CRX-fil

Download My ears are burning-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn My ears are burning My ears are burning
ID phkokjkjpdmdeongeaaddaiocjpcmpjb
Officiel URL https://chromewebstore.google.com/detail/my-ears-are-burning/phkokjkjpdmdeongeaaddaiocjpcmpjb
Beskrivelse This notifies you when someone has mentioned you or assigned you an issue on GitHub
Filstørrelse 71.47 KB
Antal Installationer 12
Nuværende Version 0.1.8
Senest Opdateret 2017-06-17
Udgivelsesdato 2017-06-17
Udvikler kchodorow
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://meab.kchodorow.com
Understøttede Sprog 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
    }
}