server-spy
all about the server
server-spyとは何ですか?
server-spyは马云腾によって開発されたChromeの拡張機能で、その主な機能は「all about the server」です。
拡張機能のスクリーンショット
server-spy拡張機能のCRXファイルをダウンロード
server-spy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
show server response headers show server ip show QR code for current url
拡張機能の基本情報
名前 | server-spy |
ID | mcgbfbichapcffmamnmgcobomdpgeagf |
公式URL | https://chromewebstore.google.com/detail/server-spy/mcgbfbichapcffmamnmgcobomdpgeagf |
説明 | all about the server |
ファイルサイズ | 59.55 KB |
インストール数 | 258 |
現在のバージョン | 1.1 |
最終更新日 | 2016-10-09 |
公開日 | 2016-10-08 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | 马云腾 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/100apps/ServerSpy |
ヘルプページのURL | https://github.com/100apps/ServerSpy/issues |
対応言語 | 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" } } |