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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}