HTTP Indicator

Indicator for HTTP/2, QUIC and HTTP/3

什么是HTTP Indicator?

HTTP Indicator是由Rongjian Zhang开发的Chrome扩展程序,该扩展的主要功能是“Indicator for HTTP/2, QUIC and HTTP/3”。

扩展截图

screenshot

下载HTTP Indicator扩展crx文件

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