HTTP Indicator

Indicator for HTTP/2, QUIC and HTTP/3

HTTP Indicator क्या है?

HTTP Indicator Rongjian Zhang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Indicator for HTTP/2, QUIC and HTTP/3"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HTTP Indicator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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