server-spy
all about the server
Vad är server-spy?
server-spy är en Chrome-tillägg utvecklad av 马云腾, och dess huvudfunktion är "all about the server".
Tilläggsskärmbilder
Ladda ner server-spy-förlängningens CRX-fil
Ladda ner server-spy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
show server response headers show server ip show QR code for current url
Grundläggande Information om Tillägg
Namn | server-spy |
ID | mcgbfbichapcffmamnmgcobomdpgeagf |
Officiell webbadress | https://chromewebstore.google.com/detail/server-spy/mcgbfbichapcffmamnmgcobomdpgeagf |
Beskrivning | all about the server |
Filstorlek | 59.55 KB |
Antal Installationer | 258 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2016-10-09 |
Publiceringsdatum | 2016-10-08 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | 马云腾 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/100apps/ServerSpy |
Hjälpsida URL | https://github.com/100apps/ServerSpy/issues |
Stödda Språk | 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" } } |