AWS Navbar Region Color
Change AWS's navbar color depending on the region
Wat is AWS Navbar Region Color?
AWS Navbar Region Color is een Chrome-extensie ontwikkeld door corollari, en de belangrijkste functie is "Change AWS's navbar color depending on the region".
Extensie Screenshots
Download het CRX-bestand van de extensie AWS Navbar Region Color
Download AWS Navbar Region Color-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
See https://github.com/corollari/aws-color-region-navbar-extension
Basisinformatie over de Extensie
Naam | AWS Navbar Region Color |
ID | ofhcnghdbkacblncbjjpcdfmbknhckkb |
Officiële URL | https://chromewebstore.google.com/detail/aws-navbar-region-color/ofhcnghdbkacblncbjjpcdfmbknhckkb |
Beschrijving | Change AWS's navbar color depending on the region |
Bestandsgrootte | 8.11 KB |
Aantal Installaties | 88 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-11-04 |
Publicatiedatum | 2020-11-04 |
Ontwikkelaar | corollari |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/corollari/aws-color-region-navbar-extension |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AWS Navbar Region Color", "version": "1.0.0", "description": "Change AWS's navbar color depending on the region", "manifest_version": 2, "browser_action": { "default_title": "Options", "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "permissions": [ "storage", "*:\/\/*.console.aws.amazon.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.console.aws.amazon.com\/*" ], "js": [ "main.js" ] } ] } |