ElasticSearch Head

ElasticSearch Head

What is ElasticSearch Head?

ElasticSearch Head is a Chrome extension developed by travistx, and its main feature is "ElasticSearch Head".

Extension Screenshots

screenshot

Download ElasticSearch Head Extension CRX File

Download ElasticSearch Head extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chrome Extension containing the excellent ElasticSearch Head application.                    

Extension Basic Information

Name ElasticSearch Head ElasticSearch Head
ID ffmkiejjmecolpfloofpjologoblkegm
Official URL https://chrome.google.com/webstore/detail/elasticsearch-head/ffmkiejjmecolpfloofpjologoblkegm
Description ElasticSearch Head
File Size 460 KB
Installation Count 100,000
Current Version 0.1.5
Last Updated 2019-09-03
Publish Date 2019-09-03
Rating 4.89/5 Total 197 Ratings
Developer travistx
Payment Type free
Extension Website https://github.com/TravisTX/elasticsearch-head-chrome
Help Page URL https://github.com/TravisTX/elasticsearch-head-chrome
Supported Languages en-US
manifest.json
{
    "manifest_version": 2,
    "name": "ElasticSearch Head",
    "version": "0.1.5",
    "description": "ElasticSearch Head",
    "icons": {
        "16": "icons\/logo_16.png",
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'sha256-Rpn+rjJuXCjZBPOPhhVloRXuzAUBRnAas+6gKVDohs0=' 'unsafe-eval'; object-src 'self';",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}