Localhost HTTPS -> HTTP
A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost
Co to jest Localhost HTTPS -> HTTP?
Localhost HTTPS -> HTTP to rozszerzenie Chrome opracowane przez derks.me.uk, a jego główną funkcją jest „A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Localhost HTTPS -> HTTP
Pobierz pliki rozszerzeń Localhost HTTPS -> HTTP w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hocpjjhhkgnbpbcikgabgnpfcmaejklp |
| Oficjalny URL | https://chromewebstore.google.com/detail/localhost-https-%3E-http/hocpjjhhkgnbpbcikgabgnpfcmaejklp |
| Opis | A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost |
| Rozmiar pliku | 30.72 KB |
| Liczba instalacji | 71 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2023-01-16 |
| Data Publikacji | 2023-01-15 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | derks.me.uk |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://derks.me.uk/ |
| Obsługiwane Języki | 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"
]
} | |