Splunk Query Formatter
One click to format Splunk query
什麼是Splunk Query Formatter?
Splunk Query Formatter是由bhatganesh開發的Chrome擴展程式,該擴展的主要功能是“One click to format Splunk query”。
擴展截圖
下載Splunk Query Formatter擴展crx文件
下載Splunk Query Formatter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Splunk Query Formatter |
ID | dhfeomfeokdeopgbpmihnalkfbefkipa |
官方網址 | https://chromewebstore.google.com/detail/splunk-query-formatter/dhfeomfeokdeopgbpmihnalkfbefkipa |
簡介 | One click to format Splunk query |
檔案大小 | 43.82 KB |
安裝次數 | 278 |
目前版本 | 0.0.5 |
更新時間 | 2017-01-13 |
上架時間 | 2017-01-13 |
評分 | 4.33/5 共 6 次評分 |
開發者 | bhatganesh |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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\/*" ] } |