usansible

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

usansible là gì?

usansible là một tiện ích mở rộng Chrome được phát triển bởi zaki.hmkc, và tính năng chính của nó là "usansible ... support your Ansible Development. this tool provides you with two functions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng usansible

Tải xuống các tệp mở rộng usansible dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên usansible usansible
ID aphgdbhkenbiokjnafmboeagdhjkafee
URL Chính Thức https://chromewebstore.google.com/detail/usansible/aphgdbhkenbiokjnafmboeagdhjkafee
Mô tả usansible ... support your Ansible Development. this tool provides you with two functions.
Kích Thước Tệp 11.24 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.9.0
Cập Nhật Lần Cuối 2023-10-09
Ngày Phát Hành 2019-12-21
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển zaki.hmkc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/zaki-lknr/usansible
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}