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 |
官方網址 | 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" } } |