AWS Services
AWS Services Index
Co to jest AWS Services?
AWS Services to rozszerzenie Chrome opracowane przez nire0510, a jego główną funkcją jest „AWS Services Index”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AWS Services
Pobierz pliki rozszerzeń AWS Services 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
Access AWS services at a glance. A complete searchable services list, organized in categories and a short description to help you choose the right tool. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jdkmpaoglhnpimfciphnednpkfbnphkp |
| Oficjalny URL | https://chromewebstore.google.com/detail/aws-services/jdkmpaoglhnpimfciphnednpkfbnphkp |
| Opis | AWS Services Index |
| Rozmiar pliku | 346 KB |
| Liczba instalacji | 229 |
| Aktualna Wersja | 1.38.0 |
| Ostatnia Aktualizacja | 2021-08-15 |
| Data Publikacji | 2019-01-15 |
| Ocena | 4.50/5 Łącznie 2 Oceny |
| Deweloper | nire0510 |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "AWS Services",
"version": "1.38.0",
"description": "AWS Services Index",
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"browser_action": {
"default_icon": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"default_title": "AWS Services",
"default_popup": "index.html"
},
"author": "Nir Elbaz",
"content_security_policy": "script-src 'self'; object-src 'self'"
} | |