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 |
电子邮箱 | [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" ] } |