server-spy
all about the server
What is server-spy?
server-spy is a Chrome extension developed by 马云腾, and its main feature is "all about the server".
Extension Screenshots
Download server-spy Extension CRX File
Download server-spy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
show server response headers
show server ip
show QR code for current url Extension Basic Information
| Name | |
| ID | mcgbfbichapcffmamnmgcobomdpgeagf |
| Official URL | https://chromewebstore.google.com/detail/server-spy/mcgbfbichapcffmamnmgcobomdpgeagf |
| Description | all about the server |
| File Size | 59.55 KB |
| Installation Count | 258 |
| Current Version | 1.1 |
| Last Updated | 2016-10-09 |
| Publish Date | 2016-10-08 |
| Rating | 4.67/5 Total 3 Ratings |
| Developer | 马云腾 |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/100apps/ServerSpy |
| Help Page URL | https://github.com/100apps/ServerSpy/issues |
| Supported Languages | 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"
}
} | |