HTTP Indicator
Indicator for HTTP/2, QUIC and HTTP/3
Was ist HTTP Indicator?
HTTP Indicator ist eine Chrome-Erweiterung, die von Rongjian Zhang entwickelt wurde, und ihr Hauptmerkmal ist "Indicator for HTTP/2, QUIC and HTTP/3".
Erweiterungsscreenshots
HTTP Indicator-Erweiterungs-CRX-Datei herunterladen
Laden Sie HTTP Indicator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | HTTP Indicator |
ID | hgcomhbcacfkpffiphlmnlhpppcjgmbl |
Offizielle URL | https://chromewebstore.google.com/detail/http-indicator/hgcomhbcacfkpffiphlmnlhpppcjgmbl |
Beschreibung | Indicator for HTTP/2, QUIC and HTTP/3 |
Dateigröße | 13.1 KB |
Installationsanzahl | 13,079 |
Aktuelle Version | 1.2.2 |
Letztes Update | 2023-02-01 |
Veröffentlichungsdatum | 2020-04-08 |
Bewertung | 4.43/5 Insgesamt 7 Bewertungen |
Entwickler | Rongjian Zhang |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/pd4d10/http-indicator |
Hilfeseite URL | https://github.com/pd4d10/http-indicator |
Unterstützte Sprachen | 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": [ " |