Orange Envelope for Reddit
Display's the status of your reddit inbox.
Orange Envelope for Redditとは何ですか?
Orange Envelope for Redditはscottmhowardによって開発されたChromeの拡張機能で、その主な機能は「Display's the status of your reddit inbox.」です。
拡張機能のスクリーンショット
Orange Envelope for Reddit拡張機能のCRXファイルをダウンロード
Orange Envelope for Reddit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Provides a notification icon for Reddit inbox.
拡張機能の基本情報
名前 | |
ID | fichkmcilhiikkkkeajfbklffhobffkh |
公式URL | https://chromewebstore.google.com/detail/orange-envelope-for-reddi/fichkmcilhiikkkkeajfbklffhobffkh |
説明 | Display's the status of your reddit inbox. |
ファイルサイズ | 6.21 KB |
インストール数 | 169 |
現在のバージョン | 1.10 |
最終更新日 | 2016-12-09 |
公開日 | 2016-12-09 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | scottmhoward |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "manifest_version": 2, "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/mail_gray.png", "default_title": "Orange Envelope" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Display's the status of your reddit inbox.", "icons": { "128": "img\/very_big_mail.png" }, "name": "Orange Envelope for Reddit", "permissions": [ "tabs", "https:\/\/www.reddit.com\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.10" } |