Browser Notifier
Notify about Facebook
Browser Notifierとは何ですか?
Browser Notifierはjdmcreatorによって開発されたChromeの拡張機能で、その主な機能は「Notify about Facebook」です。
Browser Notifier拡張機能のCRXファイルをダウンロード
Browser Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension shows a desktop notification when you get a Facebook notification. * SUPER EASY : only send you notifications if Facebook is opened in one tab * FREE and WITHOUT ADS * NO PASSWORDS/INFORMATIONS NEEDED * NO PASSWORDS/INFORMATIONS COLLECTED * SUPPORT FRENCH Will support other website soon, including Outlook, Yahoo, Twitter, Youtube, Omegle, ... May support APIs and external installs one day...
拡張機能の基本情報
名前 | ![]() |
ID | mbomclkcabiipklfjgkcgnpgijnebojm |
公式URL | https://chrome.google.com/webstore/detail/browser-notifier/mbomclkcabiipklfjgkcgnpgijnebojm |
説明 | Notify about Facebook |
ファイルサイズ | 5.66 KB |
インストール数 | 17 |
現在のバージョン | 0.8 |
最終更新日 | 2013-03-21 |
公開日 | 2013-03-21 |
開発者 | jdmcreator |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browser Notifier", "version": "0.8", "manifest_version": 2, "permissions": [ "notifications" ], "description": "Notify about Facebook", "background": { "page": "index.html" }, "web_accessible_resources": [ "fb.gif" ], "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "facebook.js" ], "run_at": "document_end" } ] } |