usansible

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

Co je usansible?

usansible je rozšíření Chrome vyvinuté zaki.hmkc, a jeho hlavní funkcí je „usansible ... support your Ansible Development. this tool provides you with two functions.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření usansible

Stáhněte si soubory rozšíření usansible ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název usansible usansible
ID aphgdbhkenbiokjnafmboeagdhjkafee
Oficiální URL https://chromewebstore.google.com/detail/usansible/aphgdbhkenbiokjnafmboeagdhjkafee
Popis usansible ... support your Ansible Development. this tool provides you with two functions.
Velikost souboru 11.24 KB
Počet instalací 75
Aktuální Verze 1.9.0
Poslední Aktualizace 2023-10-09
Datum Vydání 2019-12-21
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář zaki.hmkc
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/zaki-lknr/usansible
Podporované Jazyky 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"
    }
}