京东猎鹰监控界面增强
增强京东内部的猎鹰监控系统界面,提供排序图表,显隐指标,拉高图表,一键刷新等扩展功能
What is 京东猎鹰监控界面增强?
京东猎鹰监控界面增强 is a Chrome extension developed by gyk001, and its main feature is "增强京东内部的猎鹰监控系统界面,提供排序图表,显隐指标,拉高图表,一键刷新等扩展功能".
Extension Screenshots
Download 京东猎鹰监控界面增强 Extension CRX File
Download 京东猎鹰监控界面增强 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
增强京东内部的猎鹰监控系统界面,添加了部分常用功能增强,如: 拉高图表 排序图表 显隐指标 一键刷新 显示监控key
Extension Basic Information
Name | 京东猎鹰监控界面增强 |
ID | goapppgilkahbjjnbgoannkaggodlehd |
Official URL | https://chromewebstore.google.com/detail/%E4%BA%AC%E4%B8%9C%E7%8C%8E%E9%B9%B0%E7%9B%91%E6%8E%A7%E7%95%8C%E9%9D%A2%E5%A2%9E%E5%BC%BA/goapppgilkahbjjnbgoannkaggodlehd |
Description | 增强京东内部的猎鹰监控系统界面,提供排序图表,显隐指标,拉高图表,一键刷新等扩展功能 |
File Size | 69.5 KB |
Installation Count | 68 |
Current Version | 0.2.5 |
Last Updated | 2016-06-09 |
Publish Date | 2016-06-08 |
Rating | 5.00/5 Total 3 Ratings |
Developer | gyk001 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u4eac\u4e1c\u730e\u9e70\u76d1\u63a7\u754c\u9762\u589e\u5f3a", "description": "\u589e\u5f3a\u4eac\u4e1c\u5185\u90e8\u7684\u730e\u9e70\u76d1\u63a7\u7cfb\u7edf\u754c\u9762\uff0c\u63d0\u4f9b\u6392\u5e8f\u56fe\u8868\uff0c\u663e\u9690\u6307\u6807\uff0c\u62c9\u9ad8\u56fe\u8868\uff0c\u4e00\u952e\u5237\u65b0\u7b49\u6269\u5c55\u529f\u80fd", "version": "0.2.5", "permissions": [ "activeTab" ], "icons": { "16": "icon-16.png", "32": "icon-32.png", "128": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "\u4eac\u4e1c\u730e\u9e70\u76d1\u63a7\u754c\u9762\u589e\u5f3a" }, "web_accessible_resources": [ "icon-16.png" ], "manifest_version": 2 } |