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 |
官方URL | 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\/*" ] } |