Pronama-chan Jenkins Notifier for Chrome™
プロ生ちゃん(暮井 慧)が Jenkins のジョブ結果を通知します。 詳細は http://pronama.azurewebsites.net/2014/07/07/pronama-chan-jenkins/ 暮井…
Pronama-chan Jenkins Notifier for Chrome™คืออะไร?
Pronama-chan Jenkins Notifier for Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pronama.jp และคุณลักษณะหลักของมันคือ "プロ生ちゃん(暮井 慧)が Jenkins のジョブ結果を通知します。 詳細は http://pronama.azurewebsites.net/2014/07/07/pronama-chan-jenkins/ 暮井…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pronama-chan Jenkins Notifier for Chrome™
ดาวน์โหลดไฟล์ส่วนขยาย Pronama-chan Jenkins Notifier for Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
プロ生ちゃん(暮井 慧)が Jenkins のジョブ結果を通知します。 詳細は http://pronama.azurewebsites.net/2014/07/07/pronama-chan-jenkins/ 暮井 慧の音声は、許諾を得て利用しています。アプリ以外での利用(音声の抽出、加工、公開などの行為)を禁止します。 Original extension: https://chrome.google.com/webstore/detail/jenkins-notifier-for-chro/mnjbjjllbclkpnebaddhkoonjelmiekm/details
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pronama-chan Jenkins Notifier for Chrome™ |
ID | ehiondhbchehdabfefjcbnkfinflnlmg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pronama-chan-jenkins-noti/ehiondhbchehdabfefjcbnkfinflnlmg |
คำอธิบาย | プロ生ちゃん(暮井 慧)が Jenkins のジョブ結果を通知します。 詳細は http://pronama.azurewebsites.net/2014/07/07/pronama-chan-jenkins/ 暮井… |
ขนาดไฟล์ | 220 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2014-07-07 |
วันที่เผยแพร่ | 2014-07-06 |
ผู้พัฒนา | https://pronama.jp |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "name": "Pronama-chan Jenkins Notifier for Chrome\u2122", "version": "0.1", "icons": { "128": "images\/icon.png", "48": "images\/icon.png", "16": "images\/icon.png" }, "web_accessible_resources": [ "images\/blue.png", "images\/red.png", "images\/yellow.png", "images\/grey.png" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/icon.png", "default_title": "Pronama-chan Jenkins Notifier for Chrome\u2122", "default_popup": "options.html" }, "permissions": [ "background", "notifications", "http:\/\/*\/", "https:\/\/*\/" ] } |