Server Log
Devtools panel for aggregation of diagnostic logs from the server
ما هو Server Log؟
Server Log هو إضافة Chrome تم تطويرها بواسطة Rasmus Schultz، والميزة الرئيسية لها هي "Devtools panel for aggregation of diagnostic logs from the server".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Server Log
قم بتنزيل ملفات الامتداد Server Log بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension enables aggregation of server-side logs to a new "Server Log" panel in Devtools. The header-format of the Chrome Logger extension (by Craig Campbell) is supported for backwards compatibility - this extension will work as a drop-in replacement for Chrome Logger, but improves the experience by clearly indicating the source of log-entries (from multiple async requests) and by separating the server-side from the client-side log (in the "Console" panel) into a dedicated "Server Log" panel. Existing server-side libraries can progressively move from the X-ChromeLogger-Data header format to the new X-ServerLog-Location header, which avoids buffer overrun issues in Chrome, NGINX, Apache and probably others. New server-side libraries can use plain HTML for diagnostic logs, which provides developers with complete freedom to format and present log-data in any way you wish. If you fork or update an existing server-side library (or create your own!) please open an issue, and we'll list your library!
معلومات أساسية عن التمديد
الاسم | Server Log |
ID | lophlnbmepajcpfhafaciibembckdpih |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/server-log/lophlnbmepajcpfhafaciibembckdpih |
الوصف | Devtools panel for aggregation of diagnostic logs from the server |
حجم الملف | 27.56 KB |
عدد التثبيتات | 157 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2019-02-16 |
تاريخ النشر | 2019-02-12 |
المطور | Rasmus Schultz |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/kodus/server-log |
عنوان صفحة المساعدة | https://github.com/kodus/server-log/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Server Log", "version": "1.0.1", "manifest_version": 2, "description": "Devtools panel for aggregation of diagnostic logs from the server", "devtools_page": "devtools.html", "permissions": [ " |