Sort apache server-status
Sort table by cpu in urls like http://localhost/server-status*
Sort apache server-status क्या है?
Sort apache server-status opensunset द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sort table by cpu in urls like http://localhost/server-status*"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sort apache server-status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |