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 |
Eメール | [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": [] } |