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*”。
擴展截圖
下載Sort apache server-status擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | pagkcebclaolkohmlhhbakhhnipihedo |
| 官方網址 | 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"
]
} | |