ElasticSearch Head
ElasticSearch Head
Wat is ElasticSearch Head?
ElasticSearch Head is een Chrome-extensie ontwikkeld door travistx, en de belangrijkste functie is "ElasticSearch Head".
Extensie Screenshots
Download het CRX-bestand van de extensie ElasticSearch Head
Download 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
Chrome Extension containing the excellent ElasticSearch Head application.
Basisinformatie over de Extensie
Naam | |
ID | ffmkiejjmecolpfloofpjologoblkegm |
Officiële URL | https://chrome.google.com/webstore/detail/elasticsearch-head/ffmkiejjmecolpfloofpjologoblkegm |
Beschrijving | ElasticSearch Head |
Bestandsgrootte | 460 KB |
Aantal Installaties | 100,000 |
Huidige Versie | 0.1.5 |
Laatst Bijgewerkt | 2019-09-03 |
Publicatiedatum | 2019-09-03 |
Beoordeling | 4.89/5 Totaal 197 Beoordelingen |
Ontwikkelaar | travistx |
Betalingswijze | free |
Extensiewebsite | https://github.com/TravisTX/elasticsearch-head-chrome |
Help Pagina-URL | https://github.com/TravisTX/elasticsearch-head-chrome |
Ondersteunde Talen | 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" } |