web performance

Get the web perfomance by timing API

Что такое web performance?

web performance - это расширение Chrome, разработанное zhangjunah, и его основная функция - "Get the web perfomance by timing API".

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

screenshot

Скачать файл CRX расширения web performance

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

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

                        Get the page performance by Navigation Timing API, and show a waterfall chart to the developers or users!                    

Основная информация о расширении

Название web performance web performance
ID dmndepgifbfcjjmkjfgoecldegiodnjc
Официальный URL https://chrome.google.com/webstore/detail/web-performance/dmndepgifbfcjjmkjfgoecldegiodnjc
Описание Get the web perfomance by timing API
Размер файла 93 KB
Количество установок 35
Текущая Версия 1.0
Последнее Обновление 2014-11-17
Дата публикации 2014-11-14
Рейтинг 5.00/5 Всего 1 оценок
Разработчик zhangjunah
Тип оплаты free
Поддерживаемые языки zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "web performance",
    "description": "Get the web perfomance by timing API",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        ""
    ]
}