Splunk Query Formatter

One click to format Splunk query

Splunk Query Formatterคืออะไร?

Splunk Query Formatter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bhatganesh และคุณลักษณะหลักของมันคือ "One click to format Splunk query"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Splunk Query Formatter

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}