server-spy
all about the server
Cos'è server-spy?
server-spy è un'estensione di Chrome sviluppata da 马云腾, e la sua funzione principale è "all about the server".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione server-spy
Scarica i file di estensione server-spy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
show server response headers show server ip show QR code for current url
Informazioni di Base sull'Estensione
Nome | server-spy |
ID | mcgbfbichapcffmamnmgcobomdpgeagf |
URL Ufficiale | https://chromewebstore.google.com/detail/server-spy/mcgbfbichapcffmamnmgcobomdpgeagf |
Descrizione | all about the server |
Dimensione del File | 59.55 KB |
Conteggio Installazioni | 258 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-10-09 |
Data di Pubblicazione | 2016-10-08 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | 马云腾 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/100apps/ServerSpy |
URL della Pagina di Aiuto | https://github.com/100apps/ServerSpy/issues |
Lingue Supportate | 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" } } |