FastRPC

This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.

ما هو FastRPC؟

FastRPC هو إضافة Chrome تم تطويرها بواسطة Ondřej Žára, Seznam.cz، والميزة الرئيسية لها هي "This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FastRPC

قم بتنزيل ملفات الامتداد FastRPC بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses. The FastRPC protocol is described here: https://github.com/seznam/fastrpc/wiki/FastRPC-binary-protocol-specification                    

معلومات أساسية عن التمديد

الاسم FastRPC FastRPC
ID adoojkhhjaaobkcjhioclfjefnadaghj
عنوان URL الرسمي https://chromewebstore.google.com/detail/fastrpc/adoojkhhjaaobkcjhioclfjefnadaghj
الوصف This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.
حجم الملف 80.19 KB
عدد التثبيتات 61
النسخة الحالية 2.3
آخر تحديث 2020-06-05
تاريخ النشر 2020-06-05
تقييم 5.00/5 مجموع تقييمات 1
المطور Ondřej Žára, Seznam.cz
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/seznam/fastrpc-viewer
عنوان صفحة المساعدة https://github.com/seznam/fastrpc-viewer
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FastRPC",
    "version": "2.3",
    "description": "This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.",
    "devtools_page": "devtools.html",
    "author": "Ond\u0159ej \u017d\u00e1ra ",
    "homepage_url": "https:\/\/github.com\/seznam\/fastrpc-viewer",
    "permissions": [
        ""
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}