Server Spy
all info about the server
什么是Server Spy?
Server Spy是由neat8 team开发的Chrome扩展程序,该扩展的主要功能是“all info about the server”。
扩展截图
下载Server Spy扩展crx文件
下载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" } } |