JSON RPC Chrome Viewer

JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.

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

JSON RPC Chrome Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vladimir Lomonos และคุณลักษณะหลักของมันคือ "JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests."

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

screenshot

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

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

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

                        JSON-RPC Chrome Viewer developer tool allows you to manage JSON-RPC requests in more convenient way. It includes a lot of features to make your life as developer easier and more comfortable.
Resizable panes, resend request feature, background requests accumulation, filtering, preserve log settings, dark and light themes, keyboard requests navigation, url label for each method, CORS badge, expand/collapse JSON tree, converting the response to TypeScript types and others.
You are welcome to make feature requests, bug reports and pull requests.                    

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

ชื่อ JSON RPC Chrome Viewer JSON RPC Chrome Viewer
ID bfkookcjhlalpmeedppachhdkhmflbah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/json-rpc-chrome-viewer/bfkookcjhlalpmeedppachhdkhmflbah
คำอธิบาย JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.
ขนาดไฟล์ 121 KB
จำนวนการติดตั้ง 279
เวอร์ชันปัจจุบัน 1.4.4
อัปเดตครั้งล่าสุด 2023-12-24
วันที่เผยแพร่ 2022-06-26
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Vladimir Lomonos
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/lomonosv/json-rpc-chrome-viewer
URL หน้าช่วยเหลือ https://github.com/lomonosv/json-rpc-chrome-viewer/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON RPC Chrome Viewer",
    "version": "1.4.4",
    "description": "JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "devtools_page": "index.html"
}