server-spy
all about the server
什么是server-spy?
server-spy是由马云腾开发的Chrome扩展程序,该扩展的主要功能是“all about the server”。
扩展截图
下载server-spy扩展crx文件
下载server-spy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        show server response headers
show server ip
show QR code for current url                     扩展基本信息
| 名称 |   |  
| ID | mcgbfbichapcffmamnmgcobomdpgeagf | 
| 官方URL | 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"
    }
}  |  |