View log files

View your log files in your devtools

Co to jest View log files?

View log files to rozszerzenie Chrome opracowane przez roumi, a jego główną funkcją jest „View your log files in your devtools”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia View log files

Pobierz pliki rozszerzeń View log files w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa View log files View log files
ID cdldkblnhehfcobijdkfbebapbbagoeb
Oficjalny URL https://chromewebstore.google.com/detail/view-log-files/cdldkblnhehfcobijdkfbebapbbagoeb
Opis View your log files in your devtools
Rozmiar pliku 53.51 KB
Liczba instalacji 190
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2023-03-29
Data Publikacji 2023-03-21
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper roumi
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}