Localhost HTTPS -> HTTP
A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost
Was ist Localhost HTTPS -> HTTP?
Localhost HTTPS -> HTTP ist eine Chrome-Erweiterung, die von derks.me.uk entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost".
Erweiterungsscreenshots
Localhost HTTPS -> HTTP-Erweiterungs-CRX-Datei herunterladen
Laden Sie Localhost HTTPS -> HTTP-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
This extension automatically attempts to redirect from HTTPS to HTTP when the user is browsing a site locally (localhost / 127.0.0.1).
The redirection happens when a request cannot be processed due to an error: for example "ERR_SSL_PROTOCOL_ERROR".
The user is also notified whenever a redirection happens. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hocpjjhhkgnbpbcikgabgnpfcmaejklp |
| Offizielle URL | https://chromewebstore.google.com/detail/localhost-https-%3E-http/hocpjjhhkgnbpbcikgabgnpfcmaejklp |
| Beschreibung | A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost |
| Dateigröße | 30.72 KB |
| Installationsanzahl | 71 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2023-01-16 |
| Veröffentlichungsdatum | 2023-01-15 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | derks.me.uk |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://derks.me.uk/ |
| Unterstützte Sprachen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.0",
"name": "Localhost HTTPS -> HTTP",
"description": "A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost",
"icons": {
"48": "icons\/tabler\/icon_128.png",
"128": "icons\/tabler\/icon_128.png"
},
"background": {
"service_worker": "main.js",
"type": "module"
},
"permissions": [
"notifications",
"webNavigation"
]
} | |