AWS Dashboard timezone converter.
AWS Service Health Dashboard timezone convert local timezone.
什么是AWS Dashboard timezone converter.?
AWS Dashboard timezone converter.是由haw.international开发的Chrome扩展程序,该扩展的主要功能是“AWS Service Health Dashboard timezone convert local timezone.”。
扩展截图
下载AWS Dashboard timezone converter.扩展crx文件
下载AWS Dashboard timezone converter.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is an extension that displays by converting to the time of the timezone of the local machine running the browser the time(PST) that is displayed in the Service Health Dashboard for AWS.
扩展基本信息
名称 | AWS Dashboard timezone converter. |
ID | mkkcilnmkejhnajoifdkfbbnjlhfegej |
官方URL | https://chromewebstore.google.com/detail/aws-dashboard-timezone-co/mkkcilnmkejhnajoifdkfbbnjlhfegej |
简介 | AWS Service Health Dashboard timezone convert local timezone. |
文件大小 | 36.6 KB |
安装次数 | 51 |
当前版本 | 1.0.5 |
更新时间 | 2020-10-23 |
上架时间 | 2014-04-19 |
评分 | 4.00/5 共1次评分 |
开发者 | haw.international |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AWS Dashboard timezone converter.", "version": "1.0.5", "description": "AWS Service Health Dashboard timezone convert local timezone.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "haws.png" }, "web_accessible_resources": [ "jquery-2.0.3.min.map" ], "content_scripts": [ { "matches": [ "https:\/\/status.aws.amazon.com\/" ], "js": [ "jquery-2.0.3.min.js", "extension.js" ], "run_at": "document_start" } ] } |