server-spy

all about the server

Что такое server-spy?

server-spy - это расширение Chrome, разработанное 马云腾, и его основная функция - "all about the server".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения server-spy

Скачайте файлы расширений 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
Официальный 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"
    }
}