server-spy

all about the server

Apa itu server-spy?

server-spy adalah ekstensi Chrome yang dikembangkan oleh 马云腾, dan fitur utamanya adalah "all about the server".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi server-spy

Unduh file ekstensi server-spy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama server-spy server-spy
ID mcgbfbichapcffmamnmgcobomdpgeagf
URL Resmi https://chromewebstore.google.com/detail/server-spy/mcgbfbichapcffmamnmgcobomdpgeagf
Deskripsi all about the server
Ukuran File 59.55 KB
Jumlah Instalasi 258
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-10-09
Tanggal Publikasi 2016-10-08
Penilaian 4.67/5 Total 3 Penilaian
Pengembang 马云腾
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/100apps/ServerSpy
URL Halaman Bantuan https://github.com/100apps/ServerSpy/issues
Bahasa yang Didukung 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"
    }
}