Notify

Checks for unread messages from various sites.

Notify là gì?

Notify là một tiện ích mở rộng Chrome được phát triển bởi Gregory, và tính năng chính của nó là "Checks for unread messages from various sites.".

Ả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 Notify

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

                        Notify checks popular sites for new messages.

This extension will save you
--------------------------------
Time - From no longer needing to constantly check various tabs for updates.
--------------------------------
Computer Resources - Rather than having the tabs open to be alerted to new messages, these resources can now be freed up. That means less memory usage, and less processing power, which means longer battery life.
--------------------------------
Focus - You can now stay focused on other things and be alerted only when your attention is needed.

Sites Currently Supported
--------------------------------
Facebook
Google Mail
Google Voice

This extension is completely open source as well. Feel free to download and play around with, modify, or contribute to this project. Find it here: https://github.com/isGregory/Notify                    

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

Tên Notify Notify
ID melaljjgehbcjeljebdngoohjobhleko
URL Chính Thức https://chromewebstore.google.com/detail/notify/melaljjgehbcjeljebdngoohjobhleko
Mô tả Checks for unread messages from various sites.
Kích Thước Tệp 12.05 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2015-06-21
Ngày Phát Hành 2015-06-20
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Gregory
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notify",
    "description": "Checks for unread messages from various sites.",
    "version": "1.0.4",
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Notify"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/www.facebook.com\/",
        "https:\/\/mail.google.com\/mail\/feed\/*",
        "https:\/\/www.google.com\/voice\/request\/*",
        "http:\/\/google.com\/voice\/request\/*"
    ]
}