Qiita Notifications
Extension to check Qiita notifications
Qiita Notificationsคืออะไร?
Qiita Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://littleapps.jp และคุณลักษณะหลักของมันคือ "Extension to check Qiita notifications"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Qiita Notifications
ดาวน์โหลดไฟล์ส่วนขยาย Qiita Notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Qiita Notifications allow you to check Qiita updates in your Chrome toolbar icon. Click the icon to open notification list.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lfaggijcindkbihlopcogjlihmpdpdaa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/qiita-notifications/lfaggijcindkbihlopcogjlihmpdpdaa |
คำอธิบาย | Extension to check Qiita notifications |
ขนาดไฟล์ | 202 KB |
จำนวนการติดตั้ง | 103 |
เวอร์ชันปัจจุบัน | 0.1.5 |
อัปเดตครั้งล่าสุด | 2014-06-03 |
วันที่เผยแพร่ | 2014-06-03 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://littleapps.jp |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://littleapps.jp/qiita-notifications-crx/ |
URL หน้าช่วยเหลือ | https://github.com/ngs/qiita-notifications-crx/issues |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icon-gray-19.png", "38": "images\/icon-gray-38.png" }, "default_title": "Qiita Notifications", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "tabs", "alarms", "https:\/\/www.google-analytics.com\/", "http:\/\/qiita.com\/api\/notifications", "http:\/\/qiita.com\/api\/notifications\/count", "http:\/\/qiita.com\/api\/notifications\/read" ] } |