server-spy

all about the server

什麼是server-spy?

server-spy是由马云腾開發的Chrome擴展程式,該擴展的主要功能是“all about the server”。

擴展截圖

screenshot

下載server-spy擴展crx文件

下載server-spy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        show server response headers
show server ip
show QR code for current url                    

擴展基本資訊

名稱 server-spy server-spy
ID mcgbfbichapcffmamnmgcobomdpgeagf
官方網址 https://chromewebstore.google.com/detail/server-spy/mcgbfbichapcffmamnmgcobomdpgeagf
簡介 all about the server
檔案大小 59.55 KB
安裝次數 258
目前版本 1.1
更新時間 2016-10-09
上架時間 2016-10-08
評分 4.67/5 共 3 次評分
開發者 马云腾
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/100apps/ServerSpy
說明頁面URL https://github.com/100apps/ServerSpy/issues
支援的語言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "all about the server",
    "manifest_version": 2,
    "name": "server-spy",
    "version": "1.1",
    "homepage_url": "https:\/\/github.com\/100apps\/ServerSpy",
    "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"
    }
}