Notifycon

Show notification count on icon. Only for pinned tabs.

Co to jest Notifycon?

Notifycon to rozszerzenie Chrome opracowane przez https://www.rain1.it, a jego główną funkcją jest „Show notification count on icon. Only for pinned tabs.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Notifycon

Pobierz pliki rozszerzeń Notifycon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Notifycon Notifycon
ID jaoianckkhlbbeodjpaajaimlpidbckh
Oficjalny URL https://chromewebstore.google.com/detail/notifycon/jaoianckkhlbbeodjpaajaimlpidbckh
Opis Show notification count on icon. Only for pinned tabs.
Rozmiar pliku 29.17 KB
Liczba instalacji 1,103
Aktualna Wersja 0.9.0
Ostatnia Aktualizacja 2016-06-27
Data Publikacji 2016-06-27
Ocena 4.18/5 Łącznie 28 Oceny
Deweloper https://www.rain1.it
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=link
Adres URL Strony Pomocy http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=faq
Obsługiwane Języki 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": []
}