Customize AWS Console Header
Change AWS Console Header. background color and text label.
Qu'est-ce que Customize AWS Console Header ?
Customize AWS Console Header est une extension Chrome développée par bunjik, et sa fonction principale est "Change AWS Console Header. background color and text label.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Customize AWS Console Header
Téléchargez les fichiers d'extension Customize AWS Console Header au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
customize aws console header. change header background color and append text label. Multiple combinations of account name and region can be set.
Informations de Base sur l'Extension
Nom | Customize AWS Console Header |
ID | cjpikjjajakahcpglopbmobcoiibcpcd |
URL Officiel | https://chromewebstore.google.com/detail/customize-aws-console-hea/cjpikjjajakahcpglopbmobcoiibcpcd |
Description | Change AWS Console Header. background color and text label. |
Taille du Fichier | 266 KB |
Nombre d'Installations | 1,573 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2023-10-28 |
Date de Publication | 2020-06-09 |
Évaluation | 4.50/5 Total 6 Évaluations |
Développeur | bunjik |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/bunjik/aws-console-customize-extension |
Langues Prises en Charge | 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" } } |