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”。
擴展截圖
下載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 |
ID | cdldkblnhehfcobijdkfbebapbbagoeb |
官方網址 | 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" } } |