Sort apache server-status

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

ما هو Sort apache server-status؟

Sort apache server-status هو إضافة Chrome تم تطويرها بواسطة opensunset، والميزة الرئيسية لها هي "Sort table by cpu in urls like http://localhost/server-status*".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Sort apache server-status

قم بتنزيل ملفات الامتداد Sort apache server-status بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    ]
}