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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}