Server Spy
all info about the server
Server Spy là gì?
Server Spy là một tiện ích mở rộng Chrome được phát triển bởi neat8 team, và tính năng chính của nó là "all info about the server".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Server Spy
Tải xuống các tệp mở rộng Server Spy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kpdlkiflggoeiijngaeklnbfclhnmadl |
URL Chính Thức | https://chromewebstore.google.com/detail/server-spy/kpdlkiflggoeiijngaeklnbfclhnmadl |
Mô tả | all info about the server |
Kích Thước Tệp | 108 KB |
Số Lần Cài Đặt | 108 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2021-07-25 |
Ngày Phát Hành | 2020-11-23 |
Nhà Phát Triển | neat8 team |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bads-tm.github.io |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |