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