AWS Title Changer
Change page title on AWS Management Console
Cos'è AWS Title Changer?
AWS Title Changer è un'estensione di Chrome sviluppata da sheile1024, e la sua funzione principale è "Change page title on AWS Management Console".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AWS Title Changer
Scarica i file di estensione AWS Title Changer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension improve title on the AWS Management Console. You can select tab what you want more easily. Details: If you will open multiple AWS Management Console in browser tab, all tab has same title and too difficult select tab what has your target function. (show before screenshot) This extension will modify title on the tab. New title has a Service name(e.g. EC2/VPC/etc.) and a Function name(e.g. Instances/Images/etc.) (show after screenshot) Supported services: - EC2 - VPC - IAM - CloudWatch
Informazioni di Base sull'Estensione
Nome | AWS Title Changer |
ID | nkfjnijiaidbobofiedgonepoogoamnp |
URL Ufficiale | https://chromewebstore.google.com/detail/aws-title-changer/nkfjnijiaidbobofiedgonepoogoamnp |
Descrizione | Change page title on AWS Management Console |
Dimensione del File | 8.87 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2013-04-02 |
Data di Pubblicazione | 2013-04-01 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | sheile1024 |
Tipo di Pagamento | free |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AWS Title Changer", "version": "1.2", "description": "Change page title on AWS Management Console", "icons": { "48": "icon_48.png", "19": "icon_19.png" }, "background": { "persistent": false, "scripts": [ "aws_title_changer.js" ] }, "permissions": [ "https:\/\/console.aws.amazon.com\/*", "webNavigation", "tabs" ] } |