HTTP Indicator

Indicator for HTTP/2, QUIC and HTTP/3

Что такое HTTP Indicator?

HTTP Indicator - это расширение Chrome, разработанное Rongjian Zhang, и его основная функция - "Indicator for HTTP/2, QUIC and HTTP/3".

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

screenshot

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

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

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

                        An indicator button for HTTP/3, QUIC and HTTP/2 support by each website.

This extension is an alternative to HTTP/2 and SPDY indicators:
https://chrome.google.com/webstore/detail/http2-and-spdy-indicator/mpbpobfflnpcgagjijhmgnchggcjblin

It use Navigation Timing 2 instead of deprecated chrome.loadTimes() API.

Source code: https://github.com/pd4d10/http-indicator                    

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

Название HTTP Indicator HTTP Indicator
ID hgcomhbcacfkpffiphlmnlhpppcjgmbl
Официальный URL https://chromewebstore.google.com/detail/http-indicator/hgcomhbcacfkpffiphlmnlhpppcjgmbl
Описание Indicator for HTTP/2, QUIC and HTTP/3
Размер файла 13.1 KB
Количество установок 13,079
Текущая Версия 1.2.2
Последнее Обновление 2023-02-01
Дата публикации 2020-04-08
Рейтинг 4.43/5 Всего 7 оценок
Разработчик Rongjian Zhang
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/pd4d10/http-indicator
URL страницы помощи https://github.com/pd4d10/http-indicator
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": "default.0971fb02.png"
    },
    "version": "1.2.2",
    "name": "HTTP Indicator",
    "description": "Indicator for HTTP\/2, QUIC and HTTP\/3",
    "homepage_url": "https:\/\/github.com\/pd4d10\/http-indicator",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.c6e886c9.js"
            ],
            "css": []
        }
    ]
}