Localhost HTTPS -> HTTP

A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost

Hvad er Localhost HTTPS -> HTTP?

Localhost HTTPS -> HTTP er en Chrome-udvidelse udviklet af derks.me.uk, og dens hovedfunktion er "A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost".

Udvidelsesskærmbilleder

screenshot

Download Localhost HTTPS -> HTTP-udvidelses-CRX-fil

Download Localhost HTTPS -> HTTP-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Localhost HTTPS -> HTTP Localhost HTTPS -> HTTP
ID hocpjjhhkgnbpbcikgabgnpfcmaejklp
Officiel URL https://chromewebstore.google.com/detail/localhost-https-%3E-http/hocpjjhhkgnbpbcikgabgnpfcmaejklp
Beskrivelse A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost
Filstørrelse 30.72 KB
Antal Installationer 71
Nuværende Version 1.0.0
Senest Opdateret 2023-01-16
Udgivelsesdato 2023-01-15
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler derks.me.uk
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://derks.me.uk/
Understøttede Sprog 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"
    ]
}