Jenkins Chrome Extension

Jenkins Chrome Extension

Jenkins Chrome Extensionとは何ですか?

Jenkins Chrome Extensionはjnkchrextによって開発されたChromeの拡張機能で、その主な機能は「Jenkins Chrome Extension」です。

拡張機能のスクリーンショット

screenshot

Jenkins Chrome Extension拡張機能のCRXファイルをダウンロード

Jenkins Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Features:
See the commiter names below each build on a Jenkins job page
Highlight yourself and other special commiters
Email and chat with one or all of the commiters
See the number of affected files, and comment for each commit
Navigate to the commit content
Quickly identify and investigate failed builds
Remove zero-width space characters

Configuration:
Click the toolbar icon

License:
Usage permission is only granted to those who acknowledge that Gal Gadot is a perfect human being

Feedback and Bugs:
https://github.com/jenkins-chrome-ext/jenkins-chrome-ext/issues

Source Code:
https://github.com/jenkins-chrome-ext/jenkins-chrome-ext                    

拡張機能の基本情報

名前 Jenkins Chrome Extension Jenkins Chrome Extension
ID cjmholedpdghokadoionhngnmfpeebnk
公式URL https://chromewebstore.google.com/detail/jenkins-chrome-extension/cjmholedpdghokadoionhngnmfpeebnk
説明 Jenkins Chrome Extension
ファイルサイズ 88.83 KB
インストール数 600
現在のバージョン 2.0.7
最終更新日 2023-12-07
公開日 2020-04-28
評価 5.00/5 合計 4 レビュー
開発者 jnkchrext
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.7",
    "name": "Jenkins Chrome Extension",
    "short_name": "JenkinsExt",
    "description": "Jenkins Chrome Extension",
    "icons": {
        "48": "img\/jenkins-icon-48px.png",
        "96": "img\/jenkins-icon-96px.png",
        "128": "img\/jenkins-icon-128px.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "Jenkins Chrome Extension",
        "default_icon": "img\/jenkins-icon-96px.png",
        "default_popup": "popup\/jenkins-ext-popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/chat.png",
                "img\/email.png",
                "img\/terminal.png",
                "img\/terminal-err.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}