Notifycon

Show notification count on icon. Only for pinned tabs.

Notifycon란 무엇입니까?

Notifycon은(는) https://www.rain1.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show notification count on icon. Only for pinned tabs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Notifycon 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Pinned tabs are awesome. But the biggest problem is the document title hidden. So, why don't show the number of notification on favicon? That's all. More features in progress and feedback is welcome                    

확장 프로그램 기본 정보

이름 Notifycon Notifycon
ID jaoianckkhlbbeodjpaajaimlpidbckh
공식 URL https://chromewebstore.google.com/detail/notifycon/jaoianckkhlbbeodjpaajaimlpidbckh
설명 Show notification count on icon. Only for pinned tabs.
파일 크기 29.17 KB
설치 횟수 1,103
현재 버전 0.9.0
최근 업데이트 2016-06-27
출시 날짜 2016-06-27
평점 4.18/5 총 28 개의 평점
개발자 https://www.rain1.it
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=link
도움말 페이지 URL http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=faq
지원되는 언어 en,it,hu,sr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "Notifycon",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "version": "0.9.0",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "background": {
        "scripts": [
            "js\/Rain1\/Overlay.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Notifycon",
        "default_icon": "img\/16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": []
}