Rainbow AWS: AWS console header color
Change the color of the AWS console's headers based on the region you select.
Τι είναι το Rainbow AWS: AWS console header color;
Το Rainbow AWS: AWS console header color είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hahahumble.com, και η κύρια λειτουργία του είναι "Change the color of the AWS console's headers based on the region you select.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Rainbow AWS: AWS console header color
Λήψη αρχείων επέκτασης Rainbow AWS: AWS console header color σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
✨ 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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | foicngnfgjoobicakmgedfomghgdkljg |
| Επίσημο URL | https://chromewebstore.google.com/detail/rainbow-aws-aws-console-h/foicngnfgjoobicakmgedfomghgdkljg |
| Περιγραφή | Change the color of the AWS console's headers based on the region you select. |
| Μέγεθος Αρχείου | 513 KB |
| Αριθμός Εγκαταστάσεων | 25 |
| Τρέχουσα Έκδοση | 0.4.0 |
| Τελευταία Ενημέρωση | 2023-02-07 |
| Ημερομηνία Δημοσίευσης | 2022-06-28 |
| Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
| Προγραμματιστής | https://hahahumble.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://github.com/hahahumble/Rainbow-AWS |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/hahahumble/Rainbow-AWS |
| Υποστηριζόμενες Γλώσσες | 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"
} | |