Rainbow AWS: AWS console header color
Change the color of the AWS console's headers based on the region you select.
Was ist Rainbow AWS: AWS console header color?
Rainbow AWS: AWS console header color ist eine Chrome-Erweiterung, die von https://hahahumble.com entwickelt wurde, und ihr Hauptmerkmal ist "Change the color of the AWS console's headers based on the region you select.".
Erweiterungsscreenshots
Rainbow AWS: AWS console header color-Erweiterungs-CRX-Datei herunterladen
Laden Sie Rainbow AWS: AWS console header color-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
✨ Features
* 🔥 Support the latest AWS console UI
* 🌈 Easy to use popup menu to quickly change the color
* 🎨 Use the palette to quickly choose the color you need
🚀 Quick Links
- This extension is open source, click the link below to check it out
* https://github.com/hahahumble/Rainbow-AWS
🌟 Update
- Version 0.4.0
* 🐛 Bug fixes: Not working after AWS console is updated
❗️ Notice
* This extension required the "storage" privilege to store the color you choose. It won't collect, read or transmit any data of any kind Grundlegende Informationen zur Erweiterung
| Name | |
| ID | foicngnfgjoobicakmgedfomghgdkljg |
| Offizielle URL | https://chromewebstore.google.com/detail/rainbow-aws-aws-console-h/foicngnfgjoobicakmgedfomghgdkljg |
| Beschreibung | Change the color of the AWS console's headers based on the region you select. |
| Dateigröße | 513 KB |
| Installationsanzahl | 25 |
| Aktuelle Version | 0.4.0 |
| Letztes Update | 2023-02-07 |
| Veröffentlichungsdatum | 2022-06-28 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://hahahumble.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/hahahumble/Rainbow-AWS |
| Hilfeseite URL | https://github.com/hahahumble/Rainbow-AWS |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Rainbow AWS: AWS console header color",
"version": "0.4.0",
"description": "Change the color of the AWS console's headers based on the region you select.",
"permissions": [
"storage"
],
"content_scripts": [
{
"js": [
"static\/js\/content.js"
],
"matches": [
"https:\/\/*.console.aws.amazon.com\/*"
]
}
],
"icons": {
"128": "icon128.png"
},
"action": {
"default_icon": {
"128": "icon128.png"
},
"default_title": "Rainbow AWS",
"default_popup": "popup.html"
},
"options_page": "options.html"
} | |