usansible

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

usansibleとは何ですか?

usansibleはzaki.hmkcによって開発されたChromeの拡張機能で、その主な機能は「usansible ... support your Ansible Development. this tool provides you with two functions.」です。

拡張機能のスクリーンショット

screenshot
screenshot

usansible拡張機能のCRXファイルをダウンロード

usansible拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}