Network+
DevTools for network recording, editing and resending.
ما هو Network+؟
Network+ هو إضافة Chrome تم تطويرها بواسطة https://clear.studio، والميزة الرئيسية لها هي "DevTools for network recording, editing and resending.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Network+
قم بتنزيل ملفات الامتداد Network+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
1. Open the DevTools panel and find the tab with "Network+". 2. Make some HTTP request. 3. See the log of request and response. 4. Modify some fields like "Request Method", "URL" or "Request Payload"... 5. Click the "Send" button and notice the log.
معلومات أساسية عن التمديد
الاسم | Network+ |
ID | nfeeojenagochlldompjclkogikjlhlf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/network+/nfeeojenagochlldompjclkogikjlhlf |
الوصف | DevTools for network recording, editing and resending. |
حجم الملف | 175 KB |
عدد التثبيتات | 466 |
النسخة الحالية | 2.0.1 |
آخر تحديث | 2022-08-19 |
تاريخ النشر | 2020-06-15 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://clear.studio |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://clear.studio |
عنوان صفحة المساعدة | https://github.com/ClearStudio/network-plus |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Network+", "version": "2.0.1", "description": "DevTools for network recording, editing and resending.", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "action": { "default_icon": "img\/icon.png", "default_title": "Network+" }, "content_scripts": [ { "matches": [ " |