Server Log

Devtools panel for aggregation of diagnostic logs from the server

什麼是Server Log?

Server Log是由Rasmus Schultz開發的Chrome擴展程式,該擴展的主要功能是“Devtools panel for aggregation of diagnostic logs from the server”。

擴展截圖

screenshot

下載Server Log擴展crx文件

下載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
官方網址 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"
    }
}