Notify
Checks for unread messages from various sites.
Notifyとは何ですか?
NotifyはGregoryによって開発されたChromeの拡張機能で、その主な機能は「Checks for unread messages from various sites.」です。
拡張機能のスクリーンショット
Notify拡張機能のCRXファイルをダウンロード
Notify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Notify checks popular sites for new messages. This extension will save you -------------------------------- Time - From no longer needing to constantly check various tabs for updates. -------------------------------- Computer Resources - Rather than having the tabs open to be alerted to new messages, these resources can now be freed up. That means less memory usage, and less processing power, which means longer battery life. -------------------------------- Focus - You can now stay focused on other things and be alerted only when your attention is needed. Sites Currently Supported -------------------------------- Facebook Google Mail Google Voice This extension is completely open source as well. Feel free to download and play around with, modify, or contribute to this project. Find it here: https://github.com/isGregory/Notify
拡張機能の基本情報
名前 | Notify |
ID | melaljjgehbcjeljebdngoohjobhleko |
公式URL | https://chromewebstore.google.com/detail/notify/melaljjgehbcjeljebdngoohjobhleko |
説明 | Checks for unread messages from various sites. |
ファイルサイズ | 12.05 KB |
インストール数 | 64 |
現在のバージョン | 1.0.4 |
最終更新日 | 2015-06-21 |
公開日 | 2015-06-20 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Gregory |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notify", "description": "Checks for unread messages from various sites.", "version": "1.0.4", "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Notify" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage", "alarms", "https:\/\/www.facebook.com\/", "https:\/\/mail.google.com\/mail\/feed\/*", "https:\/\/www.google.com\/voice\/request\/*", "http:\/\/google.com\/voice\/request\/*" ] } |