Reddit Watcher
Watches subreddits for new posts, and notifies you when a new post is created.
什么是Reddit Watcher?
Reddit Watcher是由Gustavo Abranches开发的Chrome扩展程序,该扩展的主要功能是“Watches subreddits for new posts, and notifies you when a new post is created.”。
扩展截图
下载Reddit Watcher扩展crx文件
下载Reddit Watcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Reddit Watcher is a simple extension that helps you stay on top of the "new", "rising" or "front page" sections of your favorite subreddits. You will receive a Chrome notification when a new post is found on the subreddits that you wish to track. 扩展基本信息
| 名称 | |
| ID | mgfkhjmcieifaolpepfbgekgapaacdek |
| 官方URL | https://chromewebstore.google.com/detail/reddit-watcher/mgfkhjmcieifaolpepfbgekgapaacdek |
| 简介 | Watches subreddits for new posts, and notifies you when a new post is created. |
| 文件大小 | 315 KB |
| 安装次数 | 26 |
| 当前版本 | 1.13.1 |
| 更新时间 | 2016-03-30 |
| 上架时间 | 2016-03-29 |
| 评分 | 4.00/5 共5次评分 |
| 开发者 | Gustavo Abranches |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Reddit Watcher",
"description": "Watches subreddits for new posts, and notifies you when a new post is created.",
"version": "1.13.1",
"browser_action": {
"default_icon": "images\/icon16.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"http:\/\/reddit.com\/*",
"https:\/\/reddit.com\/*",
"alarms",
"storage",
"notifications"
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"80": "images\/icon80.png",
"128": "images\/icon128.png"
},
"background": {
"scripts": [
"lib\/jquery-1.12.0.min.js",
"lib\/notify.js",
"background.js"
]
}
} | |