HTTP Indicator

Indicator for HTTP/2, QUIC and HTTP/3

HTTP Indicator là gì?

HTTP Indicator là một tiện ích mở rộng Chrome được phát triển bởi Rongjian Zhang, và tính năng chính của nó là "Indicator for HTTP/2, QUIC and HTTP/3".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HTTP Indicator

Tải xuống các tệp mở rộng HTTP Indicator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HTTP Indicator HTTP Indicator
ID hgcomhbcacfkpffiphlmnlhpppcjgmbl
URL Chính Thức https://chromewebstore.google.com/detail/http-indicator/hgcomhbcacfkpffiphlmnlhpppcjgmbl
Mô tả Indicator for HTTP/2, QUIC and HTTP/3
Kích Thước Tệp 13.1 KB
Số Lần Cài Đặt 13,079
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2023-02-01
Ngày Phát Hành 2020-04-08
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Rongjian Zhang
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/pd4d10/http-indicator
URL Trang Trợ Giúp https://github.com/pd4d10/http-indicator
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}