Notifier for Reddit
Desktop notifictations for your reddit inbox.
Notifier for Redditคืออะไร?
Notifier for Reddit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Raymond May Jr. และคุณลักษณะหลักของมันคือ "Desktop notifictations for your reddit inbox."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notifier for Reddit
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |