Sort apache server-status

Sort table by cpu in urls like http://localhost/server-status*

Sort apache server-status là gì?

Sort apache server-status là một tiện ích mở rộng Chrome được phát triển bởi opensunset, và tính năng chính của nó là "Sort table by cpu in urls like http://localhost/server-status*".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sort apache server-status

Tải xuống các tệp mở rộng Sort apache server-status dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sort apache server-status Sort apache server-status
ID pagkcebclaolkohmlhhbakhhnipihedo
URL Chính Thức https://chromewebstore.google.com/detail/sort-apache-server-status/pagkcebclaolkohmlhhbakhhnipihedo
Mô tả Sort table by cpu in urls like http://localhost/server-status*
Kích Thước Tệp 63.76 KB
Số Lần Cài Đặt 239
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2015-07-22
Ngày Phát Hành 2015-07-22
Đánh Giá 2.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển opensunset
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://avstat.ru/privacy-policy.txt
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}