Jenkins Chrome Extension
Jenkins Chrome Extension
什麼是Jenkins Chrome Extension?
Jenkins Chrome Extension是由jnkchrext開發的Chrome擴展程式,該擴展的主要功能是“Jenkins Chrome Extension”。
擴展截圖
下載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 |
ID | cjmholedpdghokadoionhngnmfpeebnk |
官方網址 | 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 |
電子郵箱 | [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:\/\/*\/*" ] } ] } |