LED Notifications

Blinks Your Webcam LED Light When You Have Unread Notifications In Any Open Chrome Tabs

LED Notifications란 무엇입니까?

LED Notifications은(는) bt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blinks Your Webcam LED Light When You Have Unread Notifications In Any Open Chrome Tabs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Do you keep your browser minimized when you're working? Tired of periodically checking the browser for unread notifications from Facebook, Twitter, Gmail, Quora, Linkedin and others?

This extension checks all your open tabs for unread notifications, as an example - a tab with a title of "(1) Facebook" means that you have 1 unread notification on that website.

Whenever an unread notification is found in any open tab, the webcam is turned on & off periodically - which inturn blinks its LED indicator. Use this as an out of screen visual cue to check your browser, free from any other distraction.

* Requires permission to access your webcam (please use the options page to grant access, it can be revoked similarly).

* NOTE TO USERS
- This extension does not record, save or use your webcam, it just turns it on and off and ignores the data.                    

확장 프로그램 기본 정보

이름 LED Notifications LED Notifications
ID kbgjipnnacknlkbbgpkgncnjochlfiml
공식 URL https://chromewebstore.google.com/detail/led-notifications/kbgjipnnacknlkbbgpkgncnjochlfiml
설명 Blinks Your Webcam LED Light When You Have Unread Notifications In Any Open Chrome Tabs
파일 크기 37.39 KB
설치 횟수 94
현재 버전 2015.12.5.3
최근 업데이트 2015-12-05
출시 날짜 2015-12-05
평점 5.00/5 총 2 개의 평점
개발자 bt
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.qbuzzer.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LED Notifications",
    "version": "2015.12.5.3",
    "description": "Blinks Your Webcam LED Light When You Have Unread Notifications In Any Open Chrome Tabs",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png"
        },
        "default_title": "LED Notifications",
        "default_popup": "html\/popup.html"
    },
    "author": "Bhaskar Tiwari",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}