vmWTF

Decipher all your VMware jargon!

Cos'è vmWTF?

vmWTF è un'estensione di Chrome sviluppata da vmw-borathon, e la sua funzione principale è "Decipher all your VMware jargon!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione vmWTF

Scarica i file di estensione vmWTF 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

                        vmWTF - VMware What The deFine - is a simple on-the-go solution to decipher VMware vocabulary. 

New Features:
* You can now search for a term directly in Confluence & Source from vmWTF. Try 'US Holidays'                    

Informazioni di Base sull'Estensione

Nome vmWTF vmWTF
ID gfaancmeikikblbamcnfpdnfmocknjfg
URL Ufficiale https://chromewebstore.google.com/detail/vmwtf/gfaancmeikikblbamcnfpdnfmocknjfg
Descrizione Decipher all your VMware jargon!
Dimensione del File 156 KB
Conteggio Installazioni 108
Versione Corrente 1.4
Ultimo Aggiornamento 2022-07-29
Data di Pubblicazione 2022-07-28
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore vmw-borathon
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "vmWTF",
    "description": "Decipher all your VMware jargon!",
    "version": "1.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "src\/index.html",
        "default_icon": "src\/images\/turtle_vmwtf.png",
        "default_title": "VMware What The deFine!"
    },
    "icons": {
        "128": "src\/images\/turtle_vmwtf.png"
    },
    "options_page": "options.html"
}