Jenkins Job Parameter Summary
Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste
什么是Jenkins Job Parameter Summary?
Jenkins Job Parameter Summary是由Blackwych开发的Chrome扩展程序,该扩展的主要功能是“Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste”。
扩展截图
下载Jenkins Job Parameter Summary扩展crx文件
下载Jenkins Job Parameter Summary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Usage
* Open a Jenkins build page.
  (Build pages, parameter pages, and rebuild pages are supported.)
* Click "Show Parameter Summary" button on the toolbar and a popup will be displayed.
* If the current page is supported, parameter summary will be shown in the popup.
  Otherwise, it says '(failure)'.
* You can select a preferable format by switching tabs.
  Currently the followings are supported:
  * Slack
  * BuildParam (build URL using Jenkins Build Param Plugin)
* You can copy the displayed summary by clicking "Copy" button or by selecting it directly.                     扩展基本信息
| 名称 |   |  
| ID | haokkgfijoamfnbobefoidfljjhihckf | 
| 官方URL | https://chromewebstore.google.com/detail/jenkins-job-parameter-sum/haokkgfijoamfnbobefoidfljjhihckf | 
| 简介 | Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste | 
| 文件大小 | 14.28 KB | 
| 安装次数 | 37 | 
| 当前版本 | 1.3.0 | 
| 更新时间 | 2022-12-06 | 
| 上架时间 | 2019-07-11 | 
| 开发者 | Blackwych | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/blackwych/jenkins-params | 
| 支持的语言 | en-GB | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jenkins Job Parameter Summary",
    "version": "1.3.0",
    "description": "Browser extension to make a summary of Jenkins job parameters for easy copy-and-paste",
    "icons": {
        "48": "icons\/jenkins-48.png"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/jenkins-48.png",
        "default_title": "Jenkins Job Parameter Summary",
        "default_popup": "popup.html"
    }
}  |  |