View log files

View your log files in your devtools

O que é View log files?

View log files é uma extensão do Chrome desenvolvida por roumi, e sua principal característica é "View your log files in your devtools".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão View log files

Baixe arquivos de extensão View log files no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome View log files View log files
ID cdldkblnhehfcobijdkfbebapbbagoeb
URL Oficial https://chromewebstore.google.com/detail/view-log-files/cdldkblnhehfcobijdkfbebapbbagoeb
Descrição View your log files in your devtools
Tamanho do Arquivo 53.51 KB
Contagem de Instalações 190
Versão Atual 1.3
Última Atualização 2023-03-29
Data de Publicação 2023-03-21
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor roumi
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}