View log files
View your log files in your devtools
Cos'è View log files?
View log files è un'estensione di Chrome sviluppata da roumi, e la sua funzione principale è "View your log files in your devtools".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione View log files
Scarica i file di estensione View log files in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | View log files |
ID | cdldkblnhehfcobijdkfbebapbbagoeb |
URL Ufficiale | https://chromewebstore.google.com/detail/view-log-files/cdldkblnhehfcobijdkfbebapbbagoeb |
Descrizione | View your log files in your devtools |
Dimensione del File | 53.51 KB |
Conteggio Installazioni | 190 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2023-03-29 |
Data di Pubblicazione | 2023-03-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | roumi |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |