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によって開発されたChromeの拡張機能で、その主な機能は「This notifies you when someone has mentioned you or assigned you an issue on GitHub」です。

拡張機能のスクリーンショット

screenshot

My ears are burning拡張機能のCRXファイルをダウンロード

My ears are burning拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
    }
}