Inbox notifications
Shows notifications to messages stream.
Inbox notificationsとは何ですか?
Inbox notificationsはDmitry Balakovによって開発されたChromeの拡張機能で、その主な機能は「Shows notifications to messages stream.」です。
拡張機能のスクリーンショット
Inbox notifications拡張機能のCRXファイルをダウンロード
Inbox notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
https://github.com/dbalakov/inbox.notifications
拡張機能の基本情報
名前 | |
ID | accaanpfdgdlfliclbofmpadfepmkfoa |
公式URL | https://chrome.google.com/webstore/detail/inbox-notifications/accaanpfdgdlfliclbofmpadfepmkfoa |
説明 | Shows notifications to messages stream. |
ファイルサイズ | 37.89 KB |
インストール数 | 135 |
現在のバージョン | 0.1 |
最終更新日 | 2015-06-02 |
公開日 | 2015-06-02 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Dmitry Balakov |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inbox notifications", "version": "0.1", "description": "Shows notifications to messages stream.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "notifications", "storage", "webRequest", "https:\/\/mail.google.com\/mail\/feed\/atom" ], "options_page": "options\/options.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ] } |