View log files

View your log files in your devtools

View log files क्या है?

View log files roumi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View your log files in your devtools"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में View log files एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
ईमेल [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"
    }
}