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
官方網址 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
    }
}