Notify

Checks for unread messages from various sites.

什么是Notify?

Notify是由Gregory开发的Chrome扩展程序,该扩展的主要功能是“Checks for unread messages from various sites.”。

扩展截图

screenshot
screenshot

下载Notify扩展crx文件

下载Notify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Notify Notify
ID melaljjgehbcjeljebdngoohjobhleko
官方URL https://chromewebstore.google.com/detail/notify/melaljjgehbcjeljebdngoohjobhleko
简介 Checks for unread messages from various sites.
文件大小 12.05 KB
安装次数 64
当前版本 1.0.4
更新时间 2015-06-21
上架时间 2015-06-20
评分 5.00/5 共4次评分
开发者 Gregory
付费类型 free
支持的语言 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\/*"
    ]
}