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はmattcorleyによって開発されたChromeの拡張機能で、その主な機能は「Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https://github.com/elastic/kibana/issues/7801)」です。
Fixed Kibana Fixify拡張機能のCRXファイルをダウンロード
Fixed Kibana Fixify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | ![]() |
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 |
Eメール | [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:\/\/*\/*" ] } |