Splunk Query Formatter
One click to format Splunk query
ما هو Splunk Query Formatter؟
Splunk Query Formatter هو إضافة Chrome تم تطويرها بواسطة bhatganesh، والميزة الرئيسية لها هي "One click to format Splunk query".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Splunk Query Formatter
قم بتنزيل ملفات الامتداد Splunk Query Formatter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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\/*" ] } |