Splunk Query Formatter
One click to format Splunk query
Was ist Splunk Query Formatter?
Splunk Query Formatter ist eine Chrome-Erweiterung, die von bhatganesh entwickelt wurde, und ihr Hauptmerkmal ist "One click to format Splunk query".
Erweiterungsscreenshots
Splunk Query Formatter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Splunk Query Formatter-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
Tired of splitting splunk query into multiple lines? Every-time? Look no more!
Here's "Splunk Query Formatter" - one click to split splunk query into multiple lines.
0.0.5
* Icon update
0.0.4
* Formatting enabled in "Edit Search"
0.0.3
* split ] into new line
0.0.2
* split join into new line
* remove multiple whitspaces
0.0.1
* split | into new line Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dhfeomfeokdeopgbpmihnalkfbefkipa |
| Offizielle URL | https://chromewebstore.google.com/detail/splunk-query-formatter/dhfeomfeokdeopgbpmihnalkfbefkipa |
| Beschreibung | One click to format Splunk query |
| Dateigröße | 43.82 KB |
| Installationsanzahl | 278 |
| Aktuelle Version | 0.0.5 |
| Letztes Update | 2017-01-13 |
| Veröffentlichungsdatum | 2017-01-13 |
| Bewertung | 4.33/5 Insgesamt 6 Bewertungen |
| Entwickler | bhatganesh |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "0.0.5",
"name": "Splunk Query Formatter",
"author": "[email protected]",
"description": "One click to format Splunk query",
"icons": {
"16": "images\/sqf_16.png",
"48": "images\/sqf_48.png",
"128": "images\/sqf_128.png"
},
"browser_action": {
"default_icon": "images\/sqf_19.png"
},
"background": {
"scripts": [
"\/js\/background.js"
]
},
"permissions": [
"https:\/\/*\/splunk\/*",
"https:\/\/www.splunk.com\/*"
]
} | |