FastRPC

This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.

FastRPCคืออะไร?

FastRPC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ondřej Žára, Seznam.cz และคุณลักษณะหลักของมันคือ "This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FastRPC

ดาวน์โหลดไฟล์ส่วนขยาย FastRPC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses. The FastRPC protocol is described here: https://github.com/seznam/fastrpc/wiki/FastRPC-binary-protocol-specification                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FastRPC FastRPC
ID adoojkhhjaaobkcjhioclfjefnadaghj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fastrpc/adoojkhhjaaobkcjhioclfjefnadaghj
คำอธิบาย This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.
ขนาดไฟล์ 80.19 KB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 2.3
อัปเดตครั้งล่าสุด 2020-06-05
วันที่เผยแพร่ 2020-06-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Ondřej Žára, Seznam.cz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/seznam/fastrpc-viewer
URL หน้าช่วยเหลือ https://github.com/seznam/fastrpc-viewer
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FastRPC",
    "version": "2.3",
    "description": "This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.",
    "devtools_page": "devtools.html",
    "author": "Ond\u0159ej \u017d\u00e1ra ",
    "homepage_url": "https:\/\/github.com\/seznam\/fastrpc-viewer",
    "permissions": [
        ""
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}