Splunk Query Formatter

One click to format Splunk query

Splunk Query Formatterとは何ですか?

Splunk Query Formatterはbhatganeshによって開発されたChromeの拡張機能で、その主な機能は「One click to format Splunk query」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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\/*"
    ]
}