Server Spy
all info about the server
Server Spyคืออะไร?
Server Spy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย neat8 team และคุณลักษณะหลักของมันคือ "all info about the server"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Server Spy
ดาวน์โหลดไฟล์ส่วนขยาย Server Spy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension provides HTTP headers, like Web Server and IP and other info with quick links to various IP inspection sites, and a link to lookup web server name. Perfect for tinkerers, and developers discovering less known web hosts for their sites, as well as double checking host itself isn't using 3rd party host for their site or acting as a reseller.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kpdlkiflggoeiijngaeklnbfclhnmadl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/server-spy/kpdlkiflggoeiijngaeklnbfclhnmadl |
คำอธิบาย | all info about the server |
ขนาดไฟล์ | 108 KB |
จำนวนการติดตั้ง | 108 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2021-07-25 |
วันที่เผยแพร่ | 2020-11-23 |
ผู้พัฒนา | neat8 team |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://bads-tm.github.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "all info about the server", "manifest_version": 2, "name": "Server Spy", "version": "2.2", "homepage_url": "https:\/\/github.com\/dw5\/ServerSpy-Extension", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/[email protected]", "128": "icons\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest" ], "browser_action": { "default_icon": "icons\/icon-48.png", "default_title": "spy", "default_popup": "popup\/server_detail.html" } } |