Sort apache server-status
Sort table by cpu in urls like http://localhost/server-status*
What is Sort apache server-status?
Sort apache server-status is a Chrome extension developed by opensunset, and its main feature is "Sort table by cpu in urls like http://localhost/server-status*".
Extension Screenshots
Download Sort apache server-status Extension CRX File
Download Sort apache server-status 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
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
Extension Basic Information
Name | Sort apache server-status |
ID | pagkcebclaolkohmlhhbakhhnipihedo |
Official URL | https://chromewebstore.google.com/detail/sort-apache-server-status/pagkcebclaolkohmlhhbakhhnipihedo |
Description | Sort table by cpu in urls like http://localhost/server-status* |
File Size | 63.76 KB |
Installation Count | 239 |
Current Version | 1.5.1 |
Last Updated | 2015-07-22 |
Publish Date | 2015-07-22 |
Rating | 2.17/5 Total 6 Ratings |
Developer | opensunset |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://avstat.ru/privacy-policy.txt |
Supported Languages | 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" ] } |