AWS Console Title Bar
Add Additional information to the AWS title bar.
Τι είναι το AWS Console Title Bar;
Το AWS Console Title Bar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Just_AK, και η κύρια λειτουργία του είναι "Add Additional information to the AWS title bar.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AWS Console Title Bar
Λήψη αρχείων επέκτασης AWS Console Title Bar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
AWS Single Sign On, with Organizations does not show the account name. This extension makes a simple modification of the AWS Console Title Bar, to add the account name of your choice. The Plugin allows custom text color to be selected via popup or through the plugin settings page.
Βασικές Πληροφορίες Επέκτασης
Όνομα | AWS Console Title Bar |
ID | jhenfbkjfncfbimbkhakchbdefigenfp |
Επίσημο URL | https://chromewebstore.google.com/detail/aws-console-title-bar/jhenfbkjfncfbimbkhakchbdefigenfp |
Περιγραφή | Add Additional information to the AWS title bar. |
Μέγεθος Αρχείου | 44.98 KB |
Αριθμός Εγκαταστάσεων | 50 |
Τρέχουσα Έκδοση | 4.2.1 |
Τελευταία Ενημέρωση | 2023-05-30 |
Ημερομηνία Δημοσίευσης | 2021-06-05 |
Προγραμματιστής | Just_AK |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/just-ak/AWS-Console-Tittle-Bar |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.2.1", "name": "AWS Console Title Bar", "description": "Add Additional information to the AWS title bar.", "action": { "default_title": "AWS Console Banner Information 4.2.1", "default_popup": "content\/plugin_page.html", "default_icon": { "16": "icons\/Logo-16.png", "32": "icons\/Logo-32.png" } }, "browser_specific_settings": { "gecko": { "id": "{1fcfda16-66ba-44db-adb4-09eaba9ab5ac}" } }, "homepage_url": "https:\/\/github.com\/just-ak\/AWS-Console-Tittle-Bar", "manifest_version": 3, "icons": { "48": "icons\/Logo-48.png", "128": "icons\/Logo-128.png" }, "content_scripts": [ { "css": [ "content\/content_pages.css" ], "js": [ "content\/content_pages_bundle.js" ], "matches": [ "https:\/\/console.aws.amazon.com\/*", "https:\/\/*.console.aws.amazon.com\/*", "https:\/\/*.awsapps.com\/start*" ], "all_frames": false } ], "options_ui": { "page": "content\/preferences.html", "browser_style": true }, "permissions": [ "storage" ] } |