Elasticvue

Elasticsearch frontend

什么是Elasticvue?

Elasticvue是由https://elasticvue.com开发的Chrome扩展程序,该扩展的主要功能是“Elasticsearch frontend”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Elasticvue扩展crx文件

下载Elasticvue扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Elasticvue is a free and open source gui for elasticsearch, allowing you to search and filter your clusters data right in your browser.

Features
* Cluster overview
* Index management
* Search interface
* Query interface (REST & API browser)
* Snapshot management
* Utilities                    

扩展基本信息

名称 Elasticvue Elasticvue
ID hkedbapjpblbodpgbajblpnlpenaebaa
官方URL https://chromewebstore.google.com/detail/elasticvue/hkedbapjpblbodpgbajblpnlpenaebaa
简介 Elasticsearch frontend
文件大小 3.07 MB
安装次数 64,384
当前版本 1.0.4
更新时间 2024-02-26
上架时间 2020-07-05
评分 4.87/5 共55次评分
开发者 https://elasticvue.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://elasticvue.com
帮助页面URL https://github.com/cars10/elasticvue/issues
隐私政策页面URL https://github.com/cars10/elasticvue/blob/master/PRIVACY.md
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Elasticvue",
    "version": "1.0.4",
    "description": "Elasticsearch frontend",
    "manifest_version": 3,
    "icons": {
        "16": ".\/logo\/blue_16.png",
        "32": ".\/logo\/blue_32.png",
        "48": ".\/logo\/blue_48.png",
        "128": ".\/logo\/blue_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}