server-spy
all about the server
Qu'est-ce que server-spy ?
server-spy est une extension Chrome développée par 马云腾, et sa fonction principale est "all about the server".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension server-spy
Téléchargez les fichiers d'extension server-spy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
show server response headers show server ip show QR code for current url
Informations de Base sur l'Extension
Nom | server-spy |
ID | mcgbfbichapcffmamnmgcobomdpgeagf |
URL Officiel | https://chromewebstore.google.com/detail/server-spy/mcgbfbichapcffmamnmgcobomdpgeagf |
Description | all about the server |
Taille du Fichier | 59.55 KB |
Nombre d'Installations | 258 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-10-09 |
Date de Publication | 2016-10-08 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | 马云腾 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/100apps/ServerSpy |
URL de la Page d'Aide | https://github.com/100apps/ServerSpy/issues |
Langues Prises en Charge | 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" } } |