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*"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sort apache server-status
ดาวน์โหลดไฟล์ส่วนขยาย Sort apache server-status ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" ] } |