Elasticsearch Tools
Easy app for work with elasticsearch
什么是Elasticsearch Tools?
Elasticsearch Tools是由Vladimir Kuznetsov开发的Chrome扩展程序,该扩展的主要功能是“Easy app for work with elasticsearch”。
扩展截图
下载Elasticsearch Tools扩展crx文件
下载Elasticsearch Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Smart tool for work with Elasticsearch
- smart search in elasticsearch
- the ability to save a list of servers used by groups
- creating templates, changing their parameters and executing in a couple of clicks
- click-through search history
- cluster nodes and shards info
- realtime any cluster's parameters monitoring 扩展基本信息
| 名称 | |
| ID | aombbfhbleaidjmbahldfbajjmgkgojl |
| 官方URL | https://chromewebstore.google.com/detail/elasticsearch-tools/aombbfhbleaidjmbahldfbajjmgkgojl |
| 简介 | Easy app for work with elasticsearch |
| 文件大小 | 353 KB |
| 安装次数 | 14,449 |
| 当前版本 | 0.3.5 |
| 更新时间 | 2023-09-04 |
| 上架时间 | 2020-07-03 |
| 评分 | 4.47/5 共19次评分 |
| 开发者 | Vladimir Kuznetsov |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Elasticsearch Tools",
"description": "Easy app for work with elasticsearch",
"version": "0.3.5",
"icons": {
"128": "128.png"
},
"action": [],
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
]
} | |