Monokle Cloud Chrome Extension
Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface
什麼是Monokle Cloud Chrome Extension?
Monokle Cloud Chrome Extension是由chrome-dev開發的Chrome擴展程式,該擴展的主要功能是“Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface”。
擴展截圖
下載Monokle Cloud Chrome Extension擴展crx文件
下載Monokle Cloud Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Monokle Cloud helps Developers, DevOps and Platform Engineers improve the quality of their Kubernetes deployments by providing a unified visual tool for authoring, analysis and deployment of Kubernetes configurations. The Monokle Cloud Chrome Extension integrates actions into the GitHub user interface to enable discovery and analysis of Kubernetes resources in your projects from within GitHub - improving your workflows and boosting productivity.
擴展基本資訊
名稱 | Monokle Cloud Chrome Extension |
ID | loojojkleiolidaodalflgbmaijeibob |
官方網址 | https://chromewebstore.google.com/detail/monokle-cloud-chrome-exte/loojojkleiolidaodalflgbmaijeibob |
簡介 | Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface |
檔案大小 | 79.31 KB |
安裝次數 | 99 |
目前版本 | 0.0.1 |
更新時間 | 2022-10-25 |
上架時間 | 2022-10-24 |
評分 | 5.00/5 共 1 次評分 |
開發者 | chrome-dev |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/kubeshop/monokle-chrome-extension |
說明頁面URL | https://github.com/kubeshop/monokle-chrome-extension/issues |
隱私政策頁面URL | https://kubeshop.io/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Monokle Cloud Chrome Extension", "short_name": "Monokle Cloud", "version": "0.0.1", "description": "Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface", "homepage_url": "https:\/\/github.com\/kubeshop\/monokle-chrome-extension", "icons": { "256": "images\/large-icon-256.png" }, "action": { "default_icon": { "16": "images\/small-icon-16.png", "24": "images\/small-icon-24.png", "32": "images\/large-icon-32.png" }, "default_title": "Monokle Cloud", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "extension.js" ], "matches": [ "https:\/\/github.com\/*" ], "css": [ "extension.css" ] } ], "permissions": [] } |