Server Details
Check what server software is powering a website.
Server Detailsคืออะไร?
Server Details เป็นส่วนขยายของ Chrome ที่พัฒนาโดย White Fir Design และคุณลักษณะหลักของมันคือ "Check what server software is powering a website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Server Details
ดาวน์โหลดไฟล์ส่วนขยาย Server Details ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Server Details uses the information provided by a web page's HTTP headers to show what software is running the web server it is on. You can see what can be detected on a website with the web based version of the tool at http://whitefirdesign.com/tools/server-details.html The extension detects the following software: (* indicates that warning is provided for outdated version of software) HTTP Servers: Amazon Apache HTTP Server * Apache Coyote Apache Traffic Server * Atypon Web Server Boa GitHub.com GlassFish Server Open Source Edition Google Frontend Google Servlet Engine Google Web Server Gunicorn * G-WAN IBM HTTP Server * Idea Web Server IIS Jetty * lighttpd * LiteSpeed Lotus Domino Netscape Enterprise Sever nginx * Ning HTTP Server OpenResty * Oracle Application Server Oracle iPlanet Web Server Paste WSGI Server PWS Resin * Roxen Squarespace Web Server Starlet Sun ONE Web Server Sun Java System Web Server Tengine * WEBrick WP Engine Yahoo Traffic Server Zeus Web Server * Zope* Other Software: ASP.NET Caching: Drupal, Squid, TYPO3, Varnish, W3 Total Cache * Control Panels: cPanel and Plesk JBoss JBoss Application Server mod_fcgid * mod_jk * mod_pagespeed * mod_perl * mod_wsgi * Operating Systems: CentOS, Debian, FreeBSD, Gentoo, Red Hat Enterprise Linux, Scientific Linux, Ubuntu, and Windows OpenSSL * Perl * PHP * Phusion Passenger * Python * Zend Server Some software distributions backport security fixes to older versions of software instead of releasing a new version. The extension will not warn about outdated software when that appears to be the case. You can disable this feature in the options if you want to be warned anyway. If you are unsatisfied with the extension in any way, please get in touch with us to get a refund. Recent Changes 1.0.14: Updated outdated software checks. 1.0.13: Increased detection of CentOS, Red Hat Enterprise Linux, Scientific Linux, and Ubuntu versions. Updated software versions used for checking for outdated software. 1.0.12: Updated software versions used for checking for outdated software.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Server Details |
ID | bdjdcpoklgpglobffdadmmjcgbknmkfh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/server-details/bdjdcpoklgpglobffdadmmjcgbknmkfh |
คำอธิบาย | Check what server software is powering a website. |
ขนาดไฟล์ | 108 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.0.14.1 |
อัปเดตครั้งล่าสุด | 2016-06-09 |
วันที่เผยแพร่ | 2016-06-09 |
คะแนน | 4.61/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | White Fir Design |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.whitefirdesign.com/server-details?pk_campaign=SD-Chrome |
URL หน้าช่วยเหลือ | http://www.whitefirdesign.com/server-details |
URL หน้านโยบายความเป็นส่วนตัว | https://www.whitefirdesign.com/chrome-extension-privacy-policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Server Details", "description": "__MSG_extension_description__", "version": "1.0.14.1", "manifest_version": 2, "default_locale": "en", "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "page_action": { "default_title": "Server Details" }, "permissions": [ "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "http:\/\/www.whitefirdesign.com\/server-details?pk_campaign=SD-Chrome", "offline_enabled": true } |