No Alarm
This extension blocks noisy alarms and notifications from sites.
什麼是No Alarm?
No Alarm是由gornal開發的Chrome擴展程式,該擴展的主要功能是“This extension blocks noisy alarms and notifications from sites.”。
下載No Alarm擴展crx文件
下載No Alarm擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
No Alarm prevents sites from changing titles in background tabs. Facebook, Google Mail and others use this method for notification purposes, but in fact it's unwanted distraction. With No Alarm extension you don't get such interruption and become more productive. (c) Alexander Gornyi, 2018 mailto:[email protected] Icon made by Freepik from www.flaticon.com
擴展基本資訊
名稱 | |
ID | pimcncgghbhlkecnnikllndpojmeahnd |
官方網址 | https://chrome.google.com/webstore/detail/pimcncgghbhlkecnnikllndpojmeahnd |
簡介 | This extension blocks noisy alarms and notifications from sites. |
檔案大小 | 9.17 KB |
安裝次數 | 36 |
目前版本 | 0.1.2 |
更新時間 | 2018-01-05 |
上架時間 | 2018-01-05 |
評分 | 5.00/5 共 4 次評分 |
開發者 | gornal |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Alarm", "description": "This extension blocks noisy alarms and notifications from sites.", "version": "0.1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/*" ], "js": [ "silence.js" ] } ], "icons": { "16": "sound-off-16.png", "48": "sound-off-48.png", "128": "sound-off-128.png" } } |