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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Server Log

ดาวน์โหลดไฟล์ส่วนขยาย Server Log ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
URL หน้าช่วยเหลือ 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": [
        ""
    ],
    "browser_action": {
        "default_title": "Server Log",
        "default_popup": "about.html"
    }
}