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はmaarten.cautreelsによって開発されたChromeの拡張機能で、その主な機能は「Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)」です。
Kibana Fixify拡張機能のCRXファイルをダウンロード
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)
拡張機能の基本情報
名前 | ![]() |
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:\/\/*\/*" ] } |