Splunk Query Formatter
One click to format Splunk query
Apa itu Splunk Query Formatter?
Splunk Query Formatter adalah ekstensi Chrome yang dikembangkan oleh bhatganesh, dan fitur utamanya adalah "One click to format Splunk query".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Splunk Query Formatter
Unduh file ekstensi Splunk Query Formatter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Splunk Query Formatter |
ID | dhfeomfeokdeopgbpmihnalkfbefkipa |
URL Resmi | https://chromewebstore.google.com/detail/splunk-query-formatter/dhfeomfeokdeopgbpmihnalkfbefkipa |
Deskripsi | One click to format Splunk query |
Ukuran File | 43.82 KB |
Jumlah Instalasi | 278 |
Versi Saat Ini | 0.0.5 |
Terakhir Diperbarui | 2017-01-13 |
Tanggal Publikasi | 2017-01-13 |
Penilaian | 4.33/5 Total 6 Penilaian |
Pengembang | bhatganesh |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |