Rainbow AWS: AWS console header color
Change the color of the AWS console's headers based on the region you select.
¿Qué es Rainbow AWS: AWS console header color?
Rainbow AWS: AWS console header color es una extensión de Chrome desarrollada por https://hahahumble.com, y su función principal es "Change the color of the AWS console's headers based on the region you select.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Rainbow AWS: AWS console header color
Descarga archivos de extensión Rainbow AWS: AWS console header color en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
✨ 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
Información Básica de la Extensión
Nombre | Rainbow AWS: AWS console header color |
ID | foicngnfgjoobicakmgedfomghgdkljg |
URL Oficial | https://chromewebstore.google.com/detail/rainbow-aws-aws-console-h/foicngnfgjoobicakmgedfomghgdkljg |
Descripción | Change the color of the AWS console's headers based on the region you select. |
Tamaño del Archivo | 513 KB |
Cantidad de Instalaciones | 25 |
Versión Actual | 0.4.0 |
Última Actualización | 2023-02-07 |
Fecha de Publicación | 2022-06-28 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://hahahumble.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/hahahumble/Rainbow-AWS |
URL de la Página de Ayuda | https://github.com/hahahumble/Rainbow-AWS |
Idiomas Soportados | 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" } |