Localhost HTTPS -> HTTP
A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost
Apa itu Localhost HTTPS -> HTTP?
Localhost HTTPS -> HTTP adalah ekstensi Chrome yang dikembangkan oleh derks.me.uk, dan fitur utamanya adalah "A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Localhost HTTPS -> HTTP
Unduh file ekstensi Localhost HTTPS -> HTTP dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Localhost HTTPS -> HTTP |
ID | hocpjjhhkgnbpbcikgabgnpfcmaejklp |
URL Resmi | https://chromewebstore.google.com/detail/localhost-https-%3E-http/hocpjjhhkgnbpbcikgabgnpfcmaejklp |
Deskripsi | A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost |
Ukuran File | 30.72 KB |
Jumlah Instalasi | 71 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2023-01-16 |
Tanggal Publikasi | 2023-01-15 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | derks.me.uk |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://derks.me.uk/ |
Bahasa yang Didukung | 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" ] } |