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
官方網址 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": []
        }
    ]
}