ElasticSearch Head
ElasticSearch Head
Hvad er ElasticSearch Head?
ElasticSearch Head er en Chrome-udvidelse udviklet af travistx, og dens hovedfunktion er "ElasticSearch Head".
Udvidelsesskærmbilleder
Download ElasticSearch Head-udvidelses-CRX-fil
Download ElasticSearch Head-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Chrome Extension containing the excellent ElasticSearch Head application.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ffmkiejjmecolpfloofpjologoblkegm |
Officiel URL | https://chrome.google.com/webstore/detail/elasticsearch-head/ffmkiejjmecolpfloofpjologoblkegm |
Beskrivelse | ElasticSearch Head |
Filstørrelse | 460 KB |
Antal Installationer | 100,000 |
Nuværende Version | 0.1.5 |
Senest Opdateret | 2019-09-03 |
Udgivelsesdato | 2019-09-03 |
Bedømmelse | 4.89/5 Samlet 197 Bedømmelser |
Udvikler | travistx |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/TravisTX/elasticsearch-head-chrome |
Hjælpeside-URL | https://github.com/TravisTX/elasticsearch-head-chrome |
Understøttede Sprog | 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" } |