ElasticSearch Head

ElasticSearch Head

ElasticSearch Headとは何ですか?

ElasticSearch Headはtravistxによって開発されたChromeの拡張機能で、その主な機能は「ElasticSearch Head」です。

拡張機能のスクリーンショット

screenshot

ElasticSearch Head拡張機能のCRXファイルをダウンロード

ElasticSearch Head拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Chrome Extension containing the excellent ElasticSearch Head application.                    

拡張機能の基本情報

名前 ElasticSearch Head ElasticSearch Head
ID ffmkiejjmecolpfloofpjologoblkegm
公式URL https://chrome.google.com/webstore/detail/elasticsearch-head/ffmkiejjmecolpfloofpjologoblkegm
説明 ElasticSearch Head
ファイルサイズ 460 KB
インストール数 100,000
現在のバージョン 0.1.5
最終更新日 2019-09-03
公開日 2019-09-03
評価 4.89/5 合計 197 レビュー
開発者 travistx
支払い方法 free
拡張機能のウェブサイト https://github.com/TravisTX/elasticsearch-head-chrome
ヘルプページのURL https://github.com/TravisTX/elasticsearch-head-chrome
対応言語 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"
}