Kina
轻量级ES网关查询工具
What is Kina?
Kina is a Chrome extension developed by caozelin1020, and its main feature is "轻量级ES网关查询工具".
Extension Screenshots
Download Kina Extension CRX File
Download Kina extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
本工具包含三个模块: 1、左侧可以输入网关地址、头部信息,支持灵活配置 2、中间文本域输入查询ElasticSearch的DSL语句,JSON格式,不同的ES网关定义的规则可能略有不同 3、右侧文本域展示查询到的内容,以JSON格式展示 具体可查看演示的图片 其他说明: 此插件的主要适用场景为上传者公司内部同事之间调用网关ES,可能不适用互联网上所有用户,其他用户可选择性安装使用 Github:https://github.com/inkime/Kina 联系邮箱:[email protected]
Extension Basic Information
Name | Kina |
ID | jedjmimpmngmbbcgojhlgamocnjdfcbm |
Official URL | https://chromewebstore.google.com/detail/kina/jedjmimpmngmbbcgojhlgamocnjdfcbm |
Description | 轻量级ES网关查询工具 |
File Size | 899 KB |
Installation Count | 49 |
Current Version | 1.0 |
Last Updated | 2021-09-30 |
Publish Date | 2021-09-30 |
Developer | caozelin1020 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kina", "version": "1.0", "description": "\u8f7b\u91cf\u7ea7ES\u7f51\u5173\u67e5\u8be2\u5de5\u5177", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "browser_action": { "default_icon": "images\/16.png", "default_title": "Kina" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [], "offline_enabled": true, "manifest_version": 2 } |