View log files

View your log files in your devtools

View log filesคืออะไร?

View log files เป็นส่วนขยายของ Chrome ที่พัฒนาโดย roumi และคุณลักษณะหลักของมันคือ "View your log files in your devtools"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย View log files

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}