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 |
官方網址 | 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" ] } |