Fixed Kibana Fixify
Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https://github.com/elastic/kibana/issues/7801)
Wat is Fixed Kibana Fixify?
Fixed Kibana Fixify is een Chrome-extensie ontwikkeld door mattcorley, en de belangrijkste functie is "Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https://github.com/elastic/kibana/issues/7801)".
Download het CRX-bestand van de extensie Fixed Kibana Fixify
Download Fixed Kibana Fixify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | jldjapboppolpcoicaakeoflejhdomfl |
| Officiële URL | https://chrome.google.com/webstore/detail/fixed-kibana-fixify/jldjapboppolpcoicaakeoflejhdomfl |
| Beschrijving | Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https://github.com/elastic/kibana/issues/7801) |
| Bestandsgrootte | 3.33 KB |
| Aantal Installaties | 141 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2016-10-26 |
| Publicatiedatum | 2016-10-26 |
| Ontwikkelaar | mattcorley |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |