Browser Notifier

Notify about Facebook

Browser Notifier란 무엇입니까?

Browser Notifier은(는) jdmcreator에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notify about Facebook"입니다.

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

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

확장 프로그램 사용 설명서

                        This extension shows a desktop notification when you get a Facebook notification.

* SUPER EASY : only send you notifications if Facebook is opened in one tab
* FREE and WITHOUT ADS
* NO PASSWORDS/INFORMATIONS NEEDED
* NO PASSWORDS/INFORMATIONS COLLECTED
* SUPPORT FRENCH

Will support other website soon, including Outlook, Yahoo, Twitter, Youtube, Omegle, ...

May support APIs and external installs one day...                    

확장 프로그램 기본 정보

이름 Browser Notifier Browser Notifier
ID mbomclkcabiipklfjgkcgnpgijnebojm
공식 URL https://chrome.google.com/webstore/detail/browser-notifier/mbomclkcabiipklfjgkcgnpgijnebojm
설명 Notify about Facebook
파일 크기 5.66 KB
설치 횟수 17
현재 버전 0.8
최근 업데이트 2013-03-21
출시 날짜 2013-03-21
개발자 jdmcreator
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser Notifier",
    "version": "0.8",
    "manifest_version": 2,
    "permissions": [
        "notifications"
    ],
    "description": "Notify about Facebook",
    "background": {
        "page": "index.html"
    },
    "web_accessible_resources": [
        "fb.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "facebook.js"
            ],
            "run_at": "document_end"
        }
    ]
}