Reddit Watcher
Watches subreddits for new posts, and notifies you when a new post is created.
Reddit Watcher là gì?
Reddit Watcher là một tiện ích mở rộng Chrome được phát triển bởi Gustavo Abranches, và tính năng chính của nó là "Watches subreddits for new posts, and notifies you when a new post is created.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Reddit Watcher
Tải xuống các tệp mở rộng Reddit Watcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reddit Watcher |
ID | mgfkhjmcieifaolpepfbgekgapaacdek |
URL Chính Thức | https://chromewebstore.google.com/detail/reddit-watcher/mgfkhjmcieifaolpepfbgekgapaacdek |
Mô tả | Watches subreddits for new posts, and notifies you when a new post is created. |
Kích Thước Tệp | 315 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 1.13.1 |
Cập Nhật Lần Cuối | 2016-03-30 |
Ngày Phát Hành | 2016-03-29 |
Đánh Giá | 4.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Gustavo Abranches |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |