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 |
官方網址 | 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" } ] } |