usansible
usansible ... support your Ansible Development. this tool provides you with two functions.
What is usansible?
usansible is a Chrome extension developed by zaki.hmkc, and its main feature is "usansible ... support your Ansible Development. this tool provides you with two functions.".
Extension Screenshots
Download usansible Extension CRX File
Download usansible extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | aphgdbhkenbiokjnafmboeagdhjkafee |
Official URL | https://chromewebstore.google.com/detail/usansible/aphgdbhkenbiokjnafmboeagdhjkafee |
Description | usansible ... support your Ansible Development. this tool provides you with two functions. |
File Size | 11.24 KB |
Installation Count | 75 |
Current Version | 1.9.0 |
Last Updated | 2023-10-09 |
Publish Date | 2019-12-21 |
Rating | 5.00/5 Total 3 Ratings |
Developer | zaki.hmkc |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/zaki-lknr/usansible |
Supported Languages | 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" } } |