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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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": []
}