Sort apache server-status
Sort table by cpu in urls like http://localhost/server-status*
Cos'è Sort apache server-status?
Sort apache server-status è un'estensione di Chrome sviluppata da opensunset, e la sua funzione principale è "Sort table by cpu in urls like http://localhost/server-status*".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sort apache server-status
Scarica i file di estensione Sort apache server-status in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | pagkcebclaolkohmlhhbakhhnipihedo |
| URL Ufficiale | https://chromewebstore.google.com/detail/sort-apache-server-status/pagkcebclaolkohmlhhbakhhnipihedo |
| Descrizione | Sort table by cpu in urls like http://localhost/server-status* |
| Dimensione del File | 63.76 KB |
| Conteggio Installazioni | 239 |
| Versione Corrente | 1.5.1 |
| Ultimo Aggiornamento | 2015-07-22 |
| Data di Pubblicazione | 2015-07-22 |
| Valutazione | 2.17/5 Totale 6 Valutazioni |
| Sviluppatore | opensunset |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | http://avstat.ru/privacy-policy.txt |
| Lingue Supportate | 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"
]
} | |