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 |
Eメール | [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" } } |