Real AWS Status
Make the aws status page a bit more useful during outages
Co to jest Real AWS Status?
Real AWS Status to rozszerzenie Chrome opracowane przez jacksongeller, a jego główną funkcją jest „Make the aws status page a bit more useful during outages”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Real AWS Status
Pobierz pliki rozszerzeń Real AWS Status w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | Real AWS Status |
ID | kaegondhonfdclembpcgaaammmlfaekj |
Oficjalny URL | https://chromewebstore.google.com/detail/real-aws-status/kaegondhonfdclembpcgaaammmlfaekj |
Opis | Make the aws status page a bit more useful during outages |
Rozmiar pliku | 364 KB |
Liczba instalacji | 393 |
Aktualna Wersja | 0.0.4 |
Ostatnia Aktualizacja | 2017-02-28 |
Data Publikacji | 2017-02-28 |
Ocena | 5.00/5 Łącznie 8 Oceny |
Deweloper | jacksongeller |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/josegonzalez/real-aws-status |
Adres URL Strony Pomocy | https://github.com/josegonzalez/real-aws-status/issues |
Obsługiwane Języki | 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" ] } ] } |