Netmon
Network monitor - view the HTTP headers of the current page, or globally, from all tabs.
ما هو Netmon؟
Netmon هو إضافة Chrome تم تطويرها بواسطة https://kpion.github.io، والميزة الرئيسية لها هي "Network monitor - view the HTTP headers of the current page, or globally, from all tabs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Netmon
قم بتنزيل ملفات الامتداد Netmon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Network monitor - see requests and responses, including the HTTP headers, of the current page, or globally. You can use it at any time, also *after* the page has loaded. This is useful when there are random errors in some cases and you just want to see what happened, list the past requests. It also constantly displays current count of requests in any given tab. And - it's open source: https://github.com/kpion/netmon If you have any suggestions, please don't hesitate to reach me on [email protected] or file an issue on the github page above.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | fnbdjaofejpjedhleannakpdpifmchlo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/netmon/fnbdjaofejpjedhleannakpdpifmchlo |
الوصف | Network monitor - view the HTTP headers of the current page, or globally, from all tabs. |
حجم الملف | 1.7 MB |
عدد التثبيتات | 314 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-05-11 |
تاريخ النشر | 2019-05-05 |
المطور | https://kpion.github.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/kpion/netmon |
عنوان صفحة المساعدة | https://github.com/kpion/netmon |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netmon", "version": "1.0", "description": "Network monitor - view the HTTP headers of the current page, or globally, from all tabs.", "homepage_url": "https:\/\/github.com\/kpion\/netmon", "permissions": [ "storage", "activeTab", "tabs", "webNavigation", "webRequest", "webRequestBlocking", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "page": "background\/index.html" }, "browser_action": { "default_popup": "modules\/list\/index.html?mode=popup", "default_icon": { "16": "static\/images\/extension-icon.png", "32": "static\/images\/extension-icon.png", "48": "static\/images\/extension-icon.png", "128": "static\/images\/extension-icon.png" } }, "icons": { "16": "static\/images\/extension-icon.png", "32": "static\/images\/extension-icon.png", "48": "static\/images\/extension-icon.png", "128": "static\/images\/extension-icon.png" }, "manifest_version": 2 } |