My ears are burning

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

Vad är My ears are burning?

My ears are burning är en Chrome-tillägg utvecklad av kchodorow, och dess huvudfunktion är "This notifies you when someone has mentioned you or assigned you an issue on GitHub".

Tilläggsskärmbilder

screenshot

Ladda ner My ears are burning-förlängningens CRX-fil

Ladda ner My ears are burning-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn My ears are burning My ears are burning
ID phkokjkjpdmdeongeaaddaiocjpcmpjb
Officiell webbadress https://chromewebstore.google.com/detail/my-ears-are-burning/phkokjkjpdmdeongeaaddaiocjpcmpjb
Beskrivning This notifies you when someone has mentioned you or assigned you an issue on GitHub
Filstorlek 71.47 KB
Antal Installationer 12
Aktuell Version 0.1.8
Senast Uppdaterad 2017-06-17
Publiceringsdatum 2017-06-17
Utvecklare kchodorow
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://meab.kchodorow.com
Stödda Språk 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
    }
}