My ears are burning

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

What is My ears are burning?

My ears are burning is a Chrome extension developed by kchodorow, and its main feature is "This notifies you when someone has mentioned you or assigned you an issue on GitHub".

Extension Screenshots

screenshot

Download My ears are burning Extension CRX File

Download My ears are burning extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name My ears are burning My ears are burning
ID phkokjkjpdmdeongeaaddaiocjpcmpjb
Official URL 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
File Size 71.47 KB
Installation Count 12
Current Version 0.1.8
Last Updated 2017-06-17
Publish Date 2017-06-17
Developer kchodorow
Email [email protected]
Payment Type free
Extension Website https://meab.kchodorow.com
Supported Languages 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
    }
}