View log files

View your log files in your devtools

什么是View log files?

View log files是由roumi开发的Chrome扩展程序,该扩展的主要功能是“View your log files in your devtools”。

扩展截图

screenshot

下载View log files扩展crx文件

下载View log files扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This tool allows users to select a log file and view its contents in real-time directly within the Chrome DevTools, saving developers valuable time and increasing productivity.

The extension is designed to streamline the process of log file analysis and make it more accessible to developers. With just a few clicks, users can select the desired log file and immediately start viewing its contents in the Chrome DevTools console.

It enables developers to stay on the same page while reviewing log file content. This eliminates the need to switch between multiple tabs or windows, making the process much faster and more efficient.                    

扩展基本信息

名称 View log files View log files
ID cdldkblnhehfcobijdkfbebapbbagoeb
官方URL https://chromewebstore.google.com/detail/view-log-files/cdldkblnhehfcobijdkfbebapbbagoeb
简介 View your log files in your devtools
文件大小 53.51 KB
安装次数 190
当前版本 1.3
更新时间 2023-03-29
上架时间 2023-03-21
评分 5.00/5 共1次评分
开发者 roumi
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "View log files",
    "description": "View your log files in your devtools",
    "version": "1.3",
    "devtools_page": "devtools.html",
    "action": {
        "default_icon": "images\/icon512.png"
    },
    "permissions": [
        "offscreen"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}