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 |
官方URL | 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": [] } |