Performance-Analyser

Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest

Performance-Analyser क्या है?

Performance-Analyser Michael Mrowetz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest"।

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

screenshot

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

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

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

                        Performance-Analyser (aka Performance-Analyzer) helps to analyze the current page through the Resource, Navigation and User Timing APIs - see requests by type, domain, load times, marks and more - instantly.

Performance-Analyser is the Chrome Extension version of Performance-Bookmarklet.

Code: https://github.com/micmro/performance-bookmarklet                    

एक्सटेंशन की मूल जानकारी

नाम Performance-Analyser Performance-Analyser
ID djgfmlohefpomchfabngccpbaflcahjf
आधिकारिक URL https://chromewebstore.google.com/detail/performance-analyser/djgfmlohefpomchfabngccpbaflcahjf
विवरण Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest
फ़ाइल का आकार 26.12 KB
स्थापना संख्या 33,956
वर्तमान संस्करण 1.7.2
अंतिम अपडेट 2020-12-10
प्रकाशन तिथि 2015-05-12
रेटिंग 4.49/5 कुल 43 रेटिंग्स
डेवलपर Michael Mrowetz
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/micmro/performance-bookmarklet
सहायता पृष्ठ URL https://github.com/micmro/performance-bookmarklet/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Performance-Analyser",
    "short_name": "Performance-Analyzer",
    "description": "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest",
    "version": "1.7.2",
    "homepage_url": "https:\/\/github.com\/micmro\/performance-bookmarklet",
    "author": "Michael Mrowetz",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "58": "images\/icon58.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "58": "images\/icon58.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "permissions": [
        ""
    ]
}