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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |