usansible

usansible ... support your Ansible Development. this tool provides you with two functions.

Cos'è usansible?

usansible è un'estensione di Chrome sviluppata da zaki.hmkc, e la sua funzione principale è "usansible ... support your Ansible Development. this tool provides you with two functions.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione usansible

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

                        1. Ansible Document Search

type "usa" in Chrome address-bar and input keyword(e.g. "yum"), you can access directly "Search Result" in Ansible Documentation Website.

2. Access to Collections(Module/Plugin) source file in GitHub

add a link to GitHub on Collections documentation page.                    

Informazioni di Base sull'Estensione

Nome usansible usansible
ID aphgdbhkenbiokjnafmboeagdhjkafee
URL Ufficiale https://chromewebstore.google.com/detail/usansible/aphgdbhkenbiokjnafmboeagdhjkafee
Descrizione usansible ... support your Ansible Development. this tool provides you with two functions.
Dimensione del File 11.24 KB
Conteggio Installazioni 75
Versione Corrente 1.9.0
Ultimo Aggiornamento 2023-10-09
Data di Pubblicazione 2019-12-21
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore zaki.hmkc
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/zaki-lknr/usansible
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "usansible",
    "version": "1.9.0",
    "description": "usansible ... support your Ansible Development. this tool provides you with two functions.",
    "icons": {
        "128": "icons\/usansible.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.ansible.com\/ansible\/*\/modules\/*",
                "https:\/\/docs.ansible.com\/ansible\/*\/plugins\/*",
                "https:\/\/docs.ansible.com\/ansible\/*\/collections\/*"
            ],
            "js": [
                "usansible.js"
            ],
            "run_at": "document_end"
        }
    ],
    "omnibox": {
        "keyword": "usa"
    },
    "background": {
        "service_worker": "background.js"
    }
}