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”。
擴展截圖
下載LED Notifications擴展crx文件
下載LED Notifications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | kbgjipnnacknlkbbgpkgncnjochlfiml |
官方網址 | 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": [ " |