usansible

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

Hvad er usansible?

usansible er en Chrome-udvidelse udviklet af zaki.hmkc, og dens hovedfunktion er "usansible ... support your Ansible Development. this tool provides you with two functions.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download usansible-udvidelses-CRX-fil

Download usansible-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn usansible usansible
ID aphgdbhkenbiokjnafmboeagdhjkafee
Officiel URL https://chromewebstore.google.com/detail/usansible/aphgdbhkenbiokjnafmboeagdhjkafee
Beskrivelse usansible ... support your Ansible Development. this tool provides you with two functions.
Filstørrelse 11.24 KB
Antal Installationer 75
Nuværende Version 1.9.0
Senest Opdateret 2023-10-09
Udgivelsesdato 2019-12-21
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler zaki.hmkc
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/zaki-lknr/usansible
Understøttede Sprog 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"
    }
}