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"
} | |