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