usansible

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

ما هو usansible؟

usansible هو إضافة Chrome تم تطويرها بواسطة zaki.hmkc، والميزة الرئيسية لها هي "usansible ... support your Ansible Development. this tool provides you with two functions.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة usansible

قم بتنزيل ملفات الامتداد usansible بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم usansible usansible
ID aphgdbhkenbiokjnafmboeagdhjkafee
عنوان URL الرسمي https://chromewebstore.google.com/detail/usansible/aphgdbhkenbiokjnafmboeagdhjkafee
الوصف usansible ... support your Ansible Development. this tool provides you with two functions.
حجم الملف 11.24 KB
عدد التثبيتات 75
النسخة الحالية 1.9.0
آخر تحديث 2023-10-09
تاريخ النشر 2019-12-21
تقييم 5.00/5 مجموع تقييمات 3
المطور zaki.hmkc
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/zaki-lknr/usansible
اللغات المدعومة 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"
    }
}