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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة JSON-RPC Viewer
قم بتنزيل ملفات الامتداد JSON-RPC Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| 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"
} | |