(NO)tifications
Hide the unread messages title bar alerts on distracting websites.
(NO)tificationsとは何ですか?
(NO)tificationsはJonathan Woodardによって開発されたChromeの拡張機能で、その主な機能は「Hide the unread messages title bar alerts on distracting websites.」です。
拡張機能のスクリーンショット
(NO)tifications拡張機能のCRXファイルをダウンロード
(NO)tifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Seeing the 'unread' count notifications in the title bar for some sites can be very distracting. This removes them from a few popular sites! Selectively disables notifications for Gmail, Facebook and Twitter.
拡張機能の基本情報
名前 | |
ID | ocfjkjbhicdjhmgkolejpojieddlogbg |
公式URL | https://chrome.google.com/webstore/detail/notifications/ocfjkjbhicdjhmgkolejpojieddlogbg |
説明 | Hide the unread messages title bar alerts on distracting websites. |
ファイルサイズ | 309 KB |
インストール数 | 10 |
現在のバージョン | 1.0.0.2 |
最終更新日 | 2012-08-29 |
公開日 | 2012-08-29 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Jonathan Woodard |
支払い方法 | free |
拡張機能のウェブサイト | http://woodar.dj |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "(NO)tifications", "version": "1.0.0.2", "manifest_version": 2, "description": "Hide the unread messages title bar alerts on distracting websites.", "options_page": "options.html", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/twitter.com\/*", "*:\/\/plus.google.com\/*" ], "js": [ "hide_count.js" ] } ], "permissions": [ "tabs" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |