Splunk Query Formatter
One click to format Splunk query
Cos'è Splunk Query Formatter?
Splunk Query Formatter è un'estensione di Chrome sviluppata da bhatganesh, e la sua funzione principale è "One click to format Splunk query".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Splunk Query Formatter
Scarica i file di estensione Splunk Query Formatter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Splunk Query Formatter |
ID | dhfeomfeokdeopgbpmihnalkfbefkipa |
URL Ufficiale | https://chromewebstore.google.com/detail/splunk-query-formatter/dhfeomfeokdeopgbpmihnalkfbefkipa |
Descrizione | One click to format Splunk query |
Dimensione del File | 43.82 KB |
Conteggio Installazioni | 278 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2017-01-13 |
Data di Pubblicazione | 2017-01-13 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | bhatganesh |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |