Kibana Fixify
Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)
Apa itu Kibana Fixify?
Kibana Fixify adalah ekstensi Chrome yang dikembangkan oleh maarten.cautreels, dan fitur utamanya adalah "Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)".
Unduh Berkas CRX Ekstensi Kibana Fixify
Unduh file ekstensi Kibana Fixify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)
Informasi Dasar Ekstensi
Nama | ![]() |
ID | malbepndklhdndhmmfkbdchhmnbhnllg |
URL Resmi | https://chrome.google.com/webstore/detail/kibana-fixify/malbepndklhdndhmmfkbdchhmnbhnllg |
Deskripsi | Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801) |
Ukuran File | 3.31 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-09-08 |
Tanggal Publikasi | 2016-09-08 |
Penilaian | 4.71/5 Total 14 Penilaian |
Pengembang | maarten.cautreels |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |