My ears are burning

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

Was ist My ears are burning?

My ears are burning ist eine Chrome-Erweiterung, die von kchodorow entwickelt wurde, und ihr Hauptmerkmal ist "This notifies you when someone has mentioned you or assigned you an issue on GitHub".

Erweiterungsscreenshots

screenshot

My ears are burning-Erweiterungs-CRX-Datei herunterladen

Laden Sie My ears are burning-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name My ears are burning My ears are burning
ID phkokjkjpdmdeongeaaddaiocjpcmpjb
Offizielle URL https://chromewebstore.google.com/detail/my-ears-are-burning/phkokjkjpdmdeongeaaddaiocjpcmpjb
Beschreibung This notifies you when someone has mentioned you or assigned you an issue on GitHub
Dateigröße 71.47 KB
Installationsanzahl 12
Aktuelle Version 0.1.8
Letztes Update 2017-06-17
Veröffentlichungsdatum 2017-06-17
Entwickler kchodorow
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://meab.kchodorow.com
Unterstützte Sprachen 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
    }
}