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 |
| 电子邮箱 | [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:\/\/*\/*"
]
} | |