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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}