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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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"
}
} | |