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" ] } |