Reddit Watcher
Watches subreddits for new posts, and notifies you when a new post is created.
Reddit Watcherคืออะไร?
Reddit Watcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gustavo Abranches และคุณลักษณะหลักของมันคือ "Watches subreddits for new posts, and notifies you when a new post is created."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Watcher
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reddit Watcher |
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" ] } } |