My ears are burning

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

Qu'est-ce que My ears are burning ?

My ears are burning est une extension Chrome développée par kchodorow, et sa fonction principale est "This notifies you when someone has mentioned you or assigned you an issue on GitHub".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension My ears are burning

Téléchargez les fichiers d'extension My ears are burning au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom My ears are burning My ears are burning
ID phkokjkjpdmdeongeaaddaiocjpcmpjb
URL Officiel https://chromewebstore.google.com/detail/my-ears-are-burning/phkokjkjpdmdeongeaaddaiocjpcmpjb
Description This notifies you when someone has mentioned you or assigned you an issue on GitHub
Taille du Fichier 71.47 KB
Nombre d'Installations 12
Version Actuelle 0.1.8
Dernière Mise à Jour 2017-06-17
Date de Publication 2017-06-17
Développeur kchodorow
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://meab.kchodorow.com
Langues Prises en Charge 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
    }
}