JSON RPC Chrome Viewer
JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.
Apa itu JSON RPC Chrome Viewer?
JSON RPC Chrome Viewer adalah ekstensi Chrome yang dikembangkan oleh Vladimir Lomonos, dan fitur utamanya adalah "JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JSON RPC Chrome Viewer
Unduh file ekstensi JSON RPC Chrome Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | JSON RPC Chrome Viewer |
ID | bfkookcjhlalpmeedppachhdkhmflbah |
URL Resmi | https://chromewebstore.google.com/detail/json-rpc-chrome-viewer/bfkookcjhlalpmeedppachhdkhmflbah |
Deskripsi | JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests. |
Ukuran File | 121 KB |
Jumlah Instalasi | 279 |
Versi Saat Ini | 1.4.4 |
Terakhir Diperbarui | 2023-12-24 |
Tanggal Publikasi | 2022-06-26 |
Penilaian | 5.00/5 Total 9 Penilaian |
Pengembang | Vladimir Lomonos |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/lomonosv/json-rpc-chrome-viewer |
URL Halaman Bantuan | https://github.com/lomonosv/json-rpc-chrome-viewer/issues |
Bahasa yang Didukung | 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" } |