usansible

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

Wat is usansible?

usansible is een Chrome-extensie ontwikkeld door zaki.hmkc, en de belangrijkste functie is "usansible ... support your Ansible Development. this tool provides you with two functions.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie usansible

Download usansible-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam usansible usansible
ID aphgdbhkenbiokjnafmboeagdhjkafee
Officiële URL https://chromewebstore.google.com/detail/usansible/aphgdbhkenbiokjnafmboeagdhjkafee
Beschrijving usansible ... support your Ansible Development. this tool provides you with two functions.
Bestandsgrootte 11.24 KB
Aantal Installaties 75
Huidige Versie 1.9.0
Laatst Bijgewerkt 2023-10-09
Publicatiedatum 2019-12-21
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar zaki.hmkc
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/zaki-lknr/usansible
Ondersteunde Talen 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"
    }
}