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