Sort apache server-status
Sort table by cpu in urls like http://localhost/server-status*
什么是Sort apache server-status?
Sort apache server-status是由opensunset开发的Chrome扩展程序,该扩展的主要功能是“Sort table by cpu in urls like http://localhost/server-status*”。
扩展截图
下载Sort apache server-status扩展crx文件
下载Sort apache server-status扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sort table by cpu or other fields in urls like http://localhost/server-status* Hide rows with unnecessary data (ex. "OPTIONS * HTTP/1.0" or "NULL") Added cookies for sort and filter
扩展基本信息
名称 | Sort apache server-status |
ID | pagkcebclaolkohmlhhbakhhnipihedo |
官方URL | https://chromewebstore.google.com/detail/sort-apache-server-status/pagkcebclaolkohmlhhbakhhnipihedo |
简介 | Sort table by cpu in urls like http://localhost/server-status* |
文件大小 | 63.76 KB |
安装次数 | 239 |
当前版本 | 1.5.1 |
更新时间 | 2015-07-22 |
上架时间 | 2015-07-22 |
评分 | 2.17/5 共6次评分 |
开发者 | opensunset |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://avstat.ru/privacy-policy.txt |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sort apache server-status", "short_name": "Sort server-status", "description": "Sort table by cpu in urls like http:\/\/localhost\/server-status*", "version": "1.5.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/localhost\/server-status*" ], "js": [ "jquery-2.1.3.min.js", "cookies.min.js", "jquery.tablesorter.min.js", "main.js" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "images\/*.gif" ] } |