Splunk Query Formatter

One click to format Splunk query

Splunk Query Formatter là gì?

Splunk Query Formatter là một tiện ích mở rộng Chrome được phát triển bởi bhatganesh, và tính năng chính của nó là "One click to format Splunk query".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Splunk Query Formatter

Tải xuống các tệp mở rộng Splunk Query Formatter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Splunk Query Formatter Splunk Query Formatter
ID dhfeomfeokdeopgbpmihnalkfbefkipa
URL Chính Thức https://chromewebstore.google.com/detail/splunk-query-formatter/dhfeomfeokdeopgbpmihnalkfbefkipa
Mô tả One click to format Splunk query
Kích Thước Tệp 43.82 KB
Số Lần Cài Đặt 278
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2017-01-13
Ngày Phát Hành 2017-01-13
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển bhatganesh
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}