Notifycon

Show notification count on icon. Only for pinned tabs.

Notifycon là gì?

Notifycon là một tiện ích mở rộng Chrome được phát triển bởi https://www.rain1.it, và tính năng chính của nó là "Show notification count on icon. Only for pinned tabs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notifycon

Tải xuống các tệp mở rộng Notifycon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Notifycon Notifycon
ID jaoianckkhlbbeodjpaajaimlpidbckh
URL Chính Thức https://chromewebstore.google.com/detail/notifycon/jaoianckkhlbbeodjpaajaimlpidbckh
Mô tả Show notification count on icon. Only for pinned tabs.
Kích Thước Tệp 29.17 KB
Số Lần Cài Đặt 1,103
Phiên Bản Hiện Tại 0.9.0
Cập Nhật Lần Cuối 2016-06-27
Ngày Phát Hành 2016-06-27
Đánh Giá 4.18/5 Tổng số 28 Đánh Giá
Nhà Phát Triển https://www.rain1.it
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=link
URL Trang Trợ Giúp http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=faq
Ngôn Ngữ Được Hỗ Trợ 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": []
}