Search splunk
This extension help you search questions and apps in splunk answers and splunk base.
什么是Search splunk?
Search splunk是由davidguandev开发的Chrome扩展程序,该扩展的主要功能是“This extension help you search questions and apps in splunk answers and splunk base.”。
扩展截图
下载Search splunk扩展crx文件
下载Search splunk扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension helps you search questions and apps in splunk answers and splunk base. Github repo: https://github.com/EcutDavid/browser_plugin_search_splunk
扩展基本信息
名称 | Search splunk |
ID | pfiabanojfbjbliahckgpmeemefdiael |
官方URL | https://chromewebstore.google.com/detail/search-splunk/pfiabanojfbjbliahckgpmeemefdiael |
简介 | This extension help you search questions and apps in splunk answers and splunk base. |
文件大小 | 18.72 KB |
安装次数 | 147 |
当前版本 | 0.2 |
更新时间 | 2017-03-13 |
上架时间 | 2017-03-13 |
评分 | 5.00/5 共1次评分 |
开发者 | davidguandev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search splunk", "author": "David Guan([email protected])", "description": "This extension help you search questions and apps in splunk answers and splunk base.", "version": "0.2", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "assets\/popup.html" }, "permissions": [] } |