AWS Menu Colours
Customise AWS Menus on a per account basis.
Wat is AWS Menu Colours?
AWS Menu Colours is een Chrome-extensie ontwikkeld door Timvw, en de belangrijkste functie is "Customise AWS Menus on a per account basis.".
Extensie Screenshots
Download het CRX-bestand van de extensie AWS Menu Colours
Download AWS Menu Colours-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Autodetect new accounts, name them and colour code them. Makes identifying your AWS accounts a cinch. Basisinformatie over de Extensie
| Naam | |
| ID | odpcbeefchbhoijemcfmfcjippcpfmdd |
| Officiële URL | https://chromewebstore.google.com/detail/aws-menu-colours/odpcbeefchbhoijemcfmfcjippcpfmdd |
| Beschrijving | Customise AWS Menus on a per account basis. |
| Bestandsgrootte | 23.27 KB |
| Aantal Installaties | 86 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2021-01-28 |
| Publicatiedatum | 2019-06-19 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Timvw |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AWS Menu Colours",
"version": "1.1.0",
"manifest_version": 2,
"description": "Customise AWS Menus on a per account basis.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"options_page": "src\/options\/index.html",
"permissions": [
"https:\/\/*.console.aws.amazon.com\/",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.console.aws.amazon.com\/*"
],
"js": [
"src\/js\/AWSMAClass.js",
"src\/js\/AWSFrontEnd.js",
"src\/inject\/inject.js"
]
}
]
} | |