Notifier for Reddit
Desktop notifictations for your reddit inbox.
Notifier for Redditとは何ですか?
Notifier for RedditはRaymond May Jr.によって開発されたChromeの拡張機能で、その主な機能は「Desktop notifictations for your reddit inbox.」です。
拡張機能のスクリーンショット
Notifier for Reddit拡張機能のCRXファイルをダウンロード
Notifier for Reddit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Notifier for Reddit will create desktop notifications for any unread messages you receive to your reddit inbox. Its icon will also turn red and have a badge for the total number of unread messages in your reddit inbox.
拡張機能の基本情報
名前 | Notifier for Reddit |
ID | odmoedfabaohbdoiolgfhedcbfpcindh |
公式URL | https://chromewebstore.google.com/detail/notifier-for-reddit/odmoedfabaohbdoiolgfhedcbfpcindh |
説明 | Desktop notifictations for your reddit inbox. |
ファイルサイズ | 271 KB |
インストール数 | 208 |
現在のバージョン | 0.3.0 |
最終更新日 | 2015-04-12 |
公開日 | 2015-04-12 |
評価 | 3.25/5 合計 8 レビュー |
開発者 | Raymond May Jr. |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/octatone/notifier-for-reddit |
ヘルプページのURL | https://github.com/octatone/notifier-for-reddit/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notifier for Reddit", "version": "0.3.0", "manifest_version": 2, "description": "Desktop notifictations for your reddit inbox.", "homepage_url": "http:\/\/google.com", "icons": { "128": "icons\/icon128.png" }, "background": { "page": "html\/background.html", "persistent": true }, "options_page": "html\/options.html", "browser_action": { "default_title": "Notifier for Reddit", "default_popup": "html\/browserAction.html", "default_icon": { "19": "icons\/envelope_read_19.png", "38": "icons\/envelope_read_38.png" } }, "permissions": [ "http:\/\/reddit-notifier-oauth-exchange.herokuapp.com\/*", "https:\/\/oauth.reddit.com\/*", "https:\/\/www.reddit.com\/*", "identity", "notifications", "storage", "webRequest", "webRequestBlocking", "tabs" ] } |