Live HTTP headers
Displays the live log with the http requests headers
ما هو Live HTTP headers؟
Live HTTP headers هو إضافة Chrome تم تطويرها بواسطة thesenselessguy.business، والميزة الرئيسية لها هي "Displays the live log with the http requests headers".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Live HTTP headers
قم بتنزيل ملفات الامتداد Live HTTP headers بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Live http replay. intervept and replay requests. Play with urls
معلومات أساسية عن التمديد
الاسم | Live HTTP headers |
ID | llbdkomocmgejikdoclcgfecgakakemk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/live-http-headers/llbdkomocmgejikdoclcgfecgakakemk |
الوصف | Displays the live log with the http requests headers |
حجم الملف | 6.15 KB |
عدد التثبيتات | 524 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-09-30 |
تاريخ النشر | 2018-08-19 |
المطور | thesenselessguy.business |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live HTTP headers", "description": "Displays the live log with the http requests headers", "version": "1.0", "permissions": [ "debugger" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Live HTTP headers" }, "manifest_version": 2 } |