JSON-RPC Viewer

Convenient way to view JSON-RPC requests

JSON-RPC Viewerคืออะไร?

JSON-RPC Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pavel Kityan และคุณลักษณะหลักของมันคือ "Convenient way to view JSON-RPC requests"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JSON-RPC Viewer

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

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

                        JSON-RPC Viewer is an extension to help viewing JSON-RPC requests in a more convenient way than Network tab allows.
You can view a list of requests with method name, params and result/response.
Supports JSON-RPC batch requests from version 1.1.1
Feature requests, bug reports and pull requests are welcome here: https://github.com/kityan/json-rpc-viewer.                    

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

ชื่อ JSON-RPC Viewer JSON-RPC Viewer
ID hnmcofcmhpllkdkncnofkjdlpieagngg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/json-rpc-viewer/hnmcofcmhpllkdkncnofkjdlpieagngg
คำอธิบาย Convenient way to view JSON-RPC requests
ขนาดไฟล์ 24.07 KB
จำนวนการติดตั้ง 1,033
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2019-09-21
วันที่เผยแพร่ 2019-09-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Pavel Kityan
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON-RPC Viewer",
    "version": "1.1.2",
    "description": "Convenient way to view JSON-RPC requests",
    "manifest_version": 2,
    "permissions": [],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "devtools_page": "devtoolsBackground.html"
}