Server Spy
all info about the server
Server Spy란 무엇입니까?
Server Spy은(는) neat8 team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "all info about the server"입니다.
확장 프로그램 스크린샷
Server Spy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |