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 |
| 官方網址 | 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": [
"*:\/\/*\/*"
]
} | |