ElasticSearch Head
ElasticSearch Head
什么是ElasticSearch Head?
ElasticSearch Head是由travistx开发的Chrome扩展程序,该扩展的主要功能是“ElasticSearch Head”。
扩展截图
下载ElasticSearch Head扩展crx文件
下载ElasticSearch Head扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome Extension containing the excellent ElasticSearch Head application.
扩展基本信息
名称 | |
ID | ffmkiejjmecolpfloofpjologoblkegm |
官方URL | https://chrome.google.com/webstore/detail/elasticsearch-head/ffmkiejjmecolpfloofpjologoblkegm |
简介 | ElasticSearch Head |
文件大小 | 460 KB |
安装次数 | 100,000 |
当前版本 | 0.1.5 |
更新时间 | 2019-09-03 |
上架时间 | 2019-09-03 |
评分 | 4.89/5 共197次评分 |
开发者 | travistx |
付费类型 | free |
扩展官网 | https://github.com/TravisTX/elasticsearch-head-chrome |
帮助页面URL | https://github.com/TravisTX/elasticsearch-head-chrome |
支持的语言 | 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" } |