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