server-spy
all about the server
server-spyคืออะไร?
server-spy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 马云腾 และคุณลักษณะหลักของมันคือ "all about the server"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย server-spy
ดาวน์โหลดไฟล์ส่วนขยาย server-spy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
show server response headers
show server ip
show QR code for current url ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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 คะแนน |
| ผู้พัฒนา | 马云腾 |
| อีเมล | [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"
}
} | |