Kibana Fixify

Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)

Kibana Fixifyคืออะไร?

Kibana Fixify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maarten.cautreels และคุณลักษณะหลักของมันคือ "Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kibana Fixify

ดาวน์โหลดไฟล์ส่วนขยาย Kibana Fixify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kibana Fixify Kibana Fixify
ID malbepndklhdndhmmfkbdchhmnbhnllg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kibana-fixify/malbepndklhdndhmmfkbdchhmnbhnllg
คำอธิบาย Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)
ขนาดไฟล์ 3.31 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-09-08
วันที่เผยแพร่ 2016-09-08
คะแนน 4.71/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา maarten.cautreels
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kibana Fixify",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https:\/\/github.com\/elastic\/kibana\/issues\/7801)",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}