DevHubNotifier
DevHubの発言を通知
DevHubNotifierคืออะไร?
DevHubNotifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย naoki.koda และคุณลักษณะหลักของมันคือ "DevHubの発言を通知"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DevHubNotifier
ดาวน์โหลดไฟล์ส่วนขยาย DevHubNotifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ログインなしに複数のDevHubからチャット通知を受けられる ChromeExtension. 変更履歴はこちら。https://github.com/volpe28v/DevHubNotifier/releases
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DevHubNotifier |
ID | bieodlolkaahjlgebjijmafnmccgncdf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/devhubnotifier/bieodlolkaahjlgebjijmafnmccgncdf |
คำอธิบาย | DevHubの発言を通知 |
ขนาดไฟล์ | 122 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2016-03-26 |
วันที่เผยแพร่ | 2016-03-25 |
ผู้พัฒนา | naoki.koda |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/volpe28v/DevHubNotifier |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DevHubNotifier", "version": "2.0", "description": "DevHub\u306e\u767a\u8a00\u3092\u901a\u77e5", "icons": { "48": "icons\/icon_048.png", "128": "icons\/icon_128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "js\/jquery.min.js", "js\/socket.io.js", "js\/storage.js", "js\/background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "notifications" ], "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Popup", "default_popup": "popup.html" }, "options_page": "options.html" } |