Notifycon

Show notification count on icon. Only for pinned tabs.

Τι είναι το Notifycon;

Το Notifycon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.rain1.it, και η κύρια λειτουργία του είναι "Show notification count on icon. Only for pinned tabs.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Notifycon

Λήψη αρχείων επέκτασης Notifycon σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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": []
}