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™はhttps://pronama.jpによって開発されたChromeの拡張機能で、その主な機能は「プロ生ちゃん(暮井 慧)が Jenkins のジョブ結果を通知します。 詳細は http://pronama.azurewebsites.net/2014/07/07/pronama-chan-jenkins/ 暮井…」です。
拡張機能のスクリーンショット
Pronama-chan Jenkins Notifier for Chrome™拡張機能のCRXファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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:\/\/*\/"
]
} | |