StackOverflow Inbox Notifications
See when you receive inbox notifications from StackOverflow
StackOverflow Inbox Notificationsคืออะไร?
StackOverflow Inbox Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.akawebdesign.com และคุณลักษณะหลักของมันคือ "See when you receive inbox notifications from StackOverflow"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StackOverflow Inbox Notifications
ดาวน์โหลดไฟล์ส่วนขยาย StackOverflow Inbox Notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Want to know when you have new inbox notifications from StackOverflow? This extension adds a browser action to your toolbar, and updates the badge text when you have new notifications.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | StackOverflow Inbox Notifications |
ID | ndeljpkeimafgobechdfejolnpgcjomi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stackoverflow-inbox-notif/ndeljpkeimafgobechdfejolnpgcjomi |
คำอธิบาย | See when you receive inbox notifications from StackOverflow |
ขนาดไฟล์ | 74.77 KB |
จำนวนการติดตั้ง | 39 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2016-11-08 |
วันที่เผยแพร่ | 2016-11-08 |
คะแนน | 3.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://www.akawebdesign.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/arthurakay/StackOverflow-Notifications |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StackOverflow Inbox Notifications", "version": "1.3.1", "description": "See when you receive inbox notifications from StackOverflow", "icons": { "128": "resources\/images\/extension.jpg" }, "browser_action": { "default_icon": "resources\/images\/stackoverflow_16.png", "default_popup": "ui\/index.html" }, "background": { "scripts": [ "background\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/api.stackexchange.com; object-src 'self'", "permissions": [ "identity", "https:\/\/stackexchange.com\/*\/*", "notifications" ] } |