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 - это расширение Chrome, разработанное Michael Mrowetz, и его основная функция - "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Performance-Analyser

Скачайте файлы расширений Performance-Analyser в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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": [
        ""
    ]
}