Multi Elasticsearch Head
Multi Elasticsearch Head
What is Multi Elasticsearch Head?
Multi Elasticsearch Head is a Chrome extension developed by vorapoap, and its main feature is "Multi Elasticsearch Head".
Extension Screenshots
Download Multi Elasticsearch Head Extension CRX File
Download Multi 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
Improvement over famous Elasticsearch Head 1. Save and store several Elasticsearch end-points 2. More column in Index Tab 3. Any Request can now handle JSON return like those from /_cat/indices 4. More minimal look (smaller fonts, etc...)
Extension Basic Information
Name | Multi Elasticsearch Head |
ID | cpmmilfkofbeimbmgiclohpodggeheim |
Official URL | https://chromewebstore.google.com/detail/multi-elasticsearch-head/cpmmilfkofbeimbmgiclohpodggeheim |
Description | Multi Elasticsearch Head |
File Size | 461 KB |
Installation Count | 80,000 |
Current Version | 0.3 |
Last Updated | 2020-09-17 |
Publish Date | 2020-09-16 |
Rating | 3.93/5 Total 15 Ratings |
Developer | vorapoap |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/vorapoap/elasticsearch-head-chrome |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 2, "name": "Multi Elasticsearch Head", "version": "0.3", "description": "Multi 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" } |