Fixed Kibana Fixify
Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https://github.com/elastic/kibana/issues/7801)
Cos'è Fixed Kibana Fixify?
Fixed Kibana Fixify è un'estensione di Chrome sviluppata da mattcorley, e la sua funzione principale è "Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https://github.com/elastic/kibana/issues/7801)".
Scarica il file CRX dell'estensione Fixed Kibana Fixify
Scarica i file di estensione Fixed Kibana Fixify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | jldjapboppolpcoicaakeoflejhdomfl |
URL Ufficiale | https://chrome.google.com/webstore/detail/fixed-kibana-fixify/jldjapboppolpcoicaakeoflejhdomfl |
Descrizione | Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https://github.com/elastic/kibana/issues/7801) |
Dimensione del File | 3.33 KB |
Conteggio Installazioni | 141 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-10-26 |
Data di Pubblicazione | 2016-10-26 |
Sviluppatore | mattcorley |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |