Twinkledot Tab Notifier

Don't ever miss notifications on changed tabs

Twinkledot Tab Notifier là gì?

Twinkledot Tab Notifier là một tiện ích mở rộng Chrome được phát triển bởi enter., và tính năng chính của nó là "Don't ever miss notifications on changed tabs".

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

screenshot

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

Tải xuống các tệp mở rộng Twinkledot Tab Notifier 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

                        This extension adds a notification over your pinned tabs when something has happened in the tab: new message arrived, new items to read etc.                    

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

Tên Twinkledot Tab Notifier Twinkledot Tab Notifier
ID oabcnplfjbnkdpaihdoaapmficokiphh
URL Chính Thức https://chromewebstore.google.com/detail/twinkledot-tab-notifier/oabcnplfjbnkdpaihdoaapmficokiphh
Mô tả Don't ever miss notifications on changed tabs
Kích Thước Tệp 38.46 KB
Số Lần Cài Đặt 387
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2015-04-09
Ngày Phát Hành 2015-04-09
Đánh Giá 3.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển enter.
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "Twinkledot Tab Notifier",
    "description": "__MSG_app_desc__",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "chrome:\/\/*\/*"
    ],
    "version": "0.0.2",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png",
        "16": "img\/16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}