usansible

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

Apa itu usansible?

usansible adalah ekstensi Chrome yang dikembangkan oleh zaki.hmkc, dan fitur utamanya adalah "usansible ... support your Ansible Development. this tool provides you with two functions.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi usansible

Unduh file ekstensi usansible dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama usansible usansible
ID aphgdbhkenbiokjnafmboeagdhjkafee
URL Resmi https://chromewebstore.google.com/detail/usansible/aphgdbhkenbiokjnafmboeagdhjkafee
Deskripsi usansible ... support your Ansible Development. this tool provides you with two functions.
Ukuran File 11.24 KB
Jumlah Instalasi 75
Versi Saat Ini 1.9.0
Terakhir Diperbarui 2023-10-09
Tanggal Publikasi 2019-12-21
Penilaian 5.00/5 Total 3 Penilaian
Pengembang zaki.hmkc
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/zaki-lknr/usansible
Bahasa yang Didukung 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"
    }
}