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
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } |