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/ 暮井…"입니다.

확장 프로그램 스크린샷

screenshot

Pronama-chan Jenkins Notifier for Chrome™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        プロ生ちゃん(暮井 慧)が 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™ 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:\/\/*\/"
    ]
}