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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}