Notify

Checks for unread messages from various sites.

Notify란 무엇입니까?

Notify은(는) Gregory에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Checks for unread messages from various sites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Notify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}