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*"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Sort apache server-status 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}