Multi Elasticsearch Head
Multi Elasticsearch Head
Wat is Multi Elasticsearch Head?
Multi Elasticsearch Head is een Chrome-extensie ontwikkeld door vorapoap, en de belangrijkste functie is "Multi Elasticsearch Head".
Extensie Screenshots
Download het CRX-bestand van de extensie Multi Elasticsearch Head
Download Multi Elasticsearch Head-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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...) Basisinformatie over de Extensie
| Naam | |
| ID | cpmmilfkofbeimbmgiclohpodggeheim |
| Officiële URL | https://chromewebstore.google.com/detail/multi-elasticsearch-head/cpmmilfkofbeimbmgiclohpodggeheim |
| Beschrijving | Multi Elasticsearch Head |
| Bestandsgrootte | 461 KB |
| Aantal Installaties | 80,000 |
| Huidige Versie | 0.3 |
| Laatst Bijgewerkt | 2020-09-17 |
| Publicatiedatum | 2020-09-16 |
| Beoordeling | 3.93/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | vorapoap |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/vorapoap/elasticsearch-head-chrome |
| Ondersteunde Talen | 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"
} | |