Multi Elasticsearch Head
Multi Elasticsearch Head
Co to jest Multi Elasticsearch Head?
Multi Elasticsearch Head to rozszerzenie Chrome opracowane przez vorapoap, a jego główną funkcją jest „Multi Elasticsearch Head”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Multi Elasticsearch Head
Pobierz pliki rozszerzeń Multi Elasticsearch Head w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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...)
Podstawowe informacje o rozszerzeniu
Nazwa | Multi Elasticsearch Head |
ID | cpmmilfkofbeimbmgiclohpodggeheim |
Oficjalny URL | https://chromewebstore.google.com/detail/multi-elasticsearch-head/cpmmilfkofbeimbmgiclohpodggeheim |
Opis | Multi Elasticsearch Head |
Rozmiar pliku | 461 KB |
Liczba instalacji | 80,000 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2020-09-17 |
Data Publikacji | 2020-09-16 |
Ocena | 3.93/5 Łącznie 15 Oceny |
Deweloper | vorapoap |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/vorapoap/elasticsearch-head-chrome |
Obsługiwane Języki | 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" } |