My ears are burning

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

My ears are burning क्या है?

My ears are burning kchodorow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This notifies you when someone has mentioned you or assigned you an issue on GitHub"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में My ears are burning एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम My ears are burning My ears are burning
ID phkokjkjpdmdeongeaaddaiocjpcmpjb
आधिकारिक URL https://chromewebstore.google.com/detail/my-ears-are-burning/phkokjkjpdmdeongeaaddaiocjpcmpjb
विवरण This notifies you when someone has mentioned you or assigned you an issue on GitHub
फ़ाइल का आकार 71.47 KB
स्थापना संख्या 12
वर्तमान संस्करण 0.1.8
अंतिम अपडेट 2017-06-17
प्रकाशन तिथि 2017-06-17
डेवलपर kchodorow
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://meab.kchodorow.com
समर्थित भाषाएँ 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
    }
}