Fixed Kibana Fixify

Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https://github.com/elastic/kibana/issues/7801)

ما هو Fixed Kibana Fixify؟

Fixed Kibana Fixify هو إضافة Chrome تم تطويرها بواسطة mattcorley، والميزة الرئيسية لها هي "Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https://github.com/elastic/kibana/issues/7801)".

تحميل ملف CRX للإضافة Fixed Kibana Fixify

قم بتنزيل ملفات الامتداد Fixed Kibana Fixify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Fixed Kibana Fixify Fixed Kibana Fixify
ID jldjapboppolpcoicaakeoflejhdomfl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/fixed-kibana-fixify/jldjapboppolpcoicaakeoflejhdomfl
الوصف Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https://github.com/elastic/kibana/issues/7801)
حجم الملف 3.33 KB
عدد التثبيتات 141
النسخة الحالية 1.1
آخر تحديث 2016-10-26
تاريخ النشر 2016-10-26
المطور mattcorley
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fixed Kibana Fixify",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https:\/\/github.com\/elastic\/kibana\/issues\/7801)",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}