Jenkins Monitor
Chrome Extensions to monitor your jenkins ci.
什么是Jenkins Monitor?
Jenkins Monitor是由justlaputa开发的Chrome扩展程序,该扩展的主要功能是“Chrome Extensions to monitor your jenkins ci.”。
扩展截图
下载Jenkins Monitor扩展crx文件
下载Jenkins Monitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A chrome extension for your daily use of Jenkins CI(http://jenkins-ci.org/)
You can use this extension to view all your jenkins jobs, and get desktop notification of any job status change event. 扩展基本信息
| 名称 | |
| ID | chhebdmlkojbdgadopnedfmoapbeiofi |
| 官方URL | https://chromewebstore.google.com/detail/jenkins-monitor/chhebdmlkojbdgadopnedfmoapbeiofi |
| 简介 | Chrome Extensions to monitor your jenkins ci. |
| 文件大小 | 385 KB |
| 安装次数 | 236 |
| 当前版本 | 0.1.5 |
| 更新时间 | 2016-12-12 |
| 上架时间 | 2016-12-12 |
| 评分 | 3.12/5 共17次评分 |
| 开发者 | justlaputa |
| 付费类型 | free |
| 帮助页面URL | https://github.com/justlaputa/jenkins-chrome/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Jenkins Monitor",
"version": "0.1.5",
"manifest_version": 2,
"description": "Chrome Extensions to monitor your jenkins ci.",
"homepage_url": "https:\/\/github.com\/justlaputa\/jenkins-monitor",
"minimum_chrome_version": "22",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"alarms",
"storage",
"notifications",
"http:\/\/*\/",
"https:\/\/*\/"
],
"options_page": "options.html",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"img\/blue.png",
"img\/green.png",
"img\/grey.png",
"img\/red.png",
"img\/yellow.png"
]
} | |