AZ Insights Heatmap
Changes color of AI tiles depending on health percentage
AZ Insights Heatmapとは何ですか?
AZ Insights HeatmapはAndrew Kiddによって開発されたChromeの拡張機能で、その主な機能は「Changes color of AI tiles depending on health percentage」です。
拡張機能のスクリーンショット
AZ Insights Heatmap拡張機能のCRXファイルをダウンロード
AZ Insights Heatmap拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Color codes percentage based tiles on portal.azure.com
拡張機能の基本情報
名前 | AZ Insights Heatmap |
ID | ahcdbmamppjhnpjcdhhoanmnmifhfbgo |
公式URL | https://chromewebstore.google.com/detail/az-insights-heatmap/ahcdbmamppjhnpjcdhhoanmnmifhfbgo |
説明 | Changes color of AI tiles depending on health percentage |
ファイルサイズ | 40.77 KB |
インストール数 | 90 |
現在のバージョン | 0.0.2 |
最終更新日 | 2019-05-23 |
公開日 | 2019-05-23 |
開発者 | Andrew Kidd |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AZ Insights Heatmap", "version": "0.0.2", "manifest_version": 2, "description": "Changes color of AI tiles depending on health percentage", "homepage_url": "http:\/\/andrewiankidd.co.uk", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/portal.azure.com\/*" ], "js": [ "js\/inject.js" ] } ], "browser_action": { "default_icon": "icons\/icon48.png", "default_popup": "html\/popup.html" }, "permissions": [ "storage" ] } |