Customize AWS Console Header
Change AWS Console Header. background color and text label.
Wat is Customize AWS Console Header?
Customize AWS Console Header is een Chrome-extensie ontwikkeld door bunjik, en de belangrijkste functie is "Change AWS Console Header. background color and text label.".
Extensie Screenshots
Download het CRX-bestand van de extensie Customize AWS Console Header
Download Customize AWS Console Header-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
customize aws console header. change header background color and append text label. Multiple combinations of account name and region can be set.
Basisinformatie over de Extensie
Naam | Customize AWS Console Header |
ID | cjpikjjajakahcpglopbmobcoiibcpcd |
Officiële URL | https://chromewebstore.google.com/detail/customize-aws-console-hea/cjpikjjajakahcpglopbmobcoiibcpcd |
Beschrijving | Change AWS Console Header. background color and text label. |
Bestandsgrootte | 266 KB |
Aantal Installaties | 1,573 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2023-10-28 |
Publicatiedatum | 2020-06-09 |
Beoordeling | 4.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | bunjik |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/bunjik/aws-console-customize-extension |
Ondersteunde Talen | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "version": "1.0.6", "default_locale": "en", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.console.aws.amazon.com\/*" ], "js": [ "js\/jquery.min.js", "extension.js" ], "css": [ "css\/extension.css" ] } ], "options_ui": { "browser_style": true, "open_in_tab": true, "page": "options.html" }, "permissions": [ "storage" ], "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" } } |