Sort apache server-status

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

Was ist Sort apache server-status?

Sort apache server-status ist eine Chrome-Erweiterung, die von opensunset entwickelt wurde, und ihr Hauptmerkmal ist "Sort table by cpu in urls like http://localhost/server-status*".

Erweiterungsscreenshots

screenshot
screenshot

Sort apache server-status-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sort apache server-status-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Sort apache server-status Sort apache server-status
ID pagkcebclaolkohmlhhbakhhnipihedo
Offizielle URL https://chromewebstore.google.com/detail/sort-apache-server-status/pagkcebclaolkohmlhhbakhhnipihedo
Beschreibung Sort table by cpu in urls like http://localhost/server-status*
Dateigröße 63.76 KB
Installationsanzahl 239
Aktuelle Version 1.5.1
Letztes Update 2015-07-22
Veröffentlichungsdatum 2015-07-22
Bewertung 2.17/5 Insgesamt 6 Bewertungen
Entwickler opensunset
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://avstat.ru/privacy-policy.txt
Unterstützte Sprachen 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"
    ]
}