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
官方網址 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\/*"
    ]
}