Real AWS Status
Make the aws status page a bit more useful during outages
什么是Real AWS Status?
Real AWS Status是由jacksongeller开发的Chrome扩展程序,该扩展的主要功能是“Make the aws status page a bit more useful during outages”。
扩展截图
下载Real AWS Status扩展crx文件
下载Real AWS Status扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Real AWS Status |
ID | kaegondhonfdclembpcgaaammmlfaekj |
官方URL | https://chromewebstore.google.com/detail/real-aws-status/kaegondhonfdclembpcgaaammmlfaekj |
简介 | Make the aws status page a bit more useful during outages |
文件大小 | 364 KB |
安装次数 | 393 |
当前版本 | 0.0.4 |
更新时间 | 2017-02-28 |
上架时间 | 2017-02-28 |
评分 | 5.00/5 共8次评分 |
开发者 | jacksongeller |
付费类型 | free |
扩展官网 | https://github.com/josegonzalez/real-aws-status |
帮助页面URL | https://github.com/josegonzalez/real-aws-status/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Real AWS Status", "version": "0.0.4", "manifest_version": 2, "description": "Make the aws status page a bit more useful during outages", "homepage_url": "https:\/\/github.com\/josegonzalez\/real-aws-status", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "permissions": [ "http:\/\/status.aws.amazon.com\/*", "https:\/\/status.aws.amazon.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/status.aws.amazon.com\/*", "https:\/\/status.aws.amazon.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |