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 |
公式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 |
Eメール | [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" } } |