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 |
官方URL | 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" } } |