usansible
usansible ... support your Ansible Development. this tool provides you with two functions.
Was ist usansible?
usansible ist eine Chrome-Erweiterung, die von zaki.hmkc entwickelt wurde, und ihr Hauptmerkmal ist "usansible ... support your Ansible Development. this tool provides you with two functions.".
Erweiterungsscreenshots
usansible-Erweiterungs-CRX-Datei herunterladen
Laden Sie usansible-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aphgdbhkenbiokjnafmboeagdhjkafee |
| Offizielle URL | https://chromewebstore.google.com/detail/usansible/aphgdbhkenbiokjnafmboeagdhjkafee |
| Beschreibung | usansible ... support your Ansible Development. this tool provides you with two functions. |
| Dateigröße | 11.24 KB |
| Installationsanzahl | 75 |
| Aktuelle Version | 1.9.0 |
| Letztes Update | 2023-10-09 |
| Veröffentlichungsdatum | 2019-12-21 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | zaki.hmkc |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/zaki-lknr/usansible |
| Unterstützte Sprachen | 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"
}
} | |