Localhost HTTPS -> HTTP

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

什麼是Localhost HTTPS -> HTTP?

Localhost HTTPS -> HTTP是由derks.me.uk開發的Chrome擴展程式,該擴展的主要功能是“A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost”。

擴展截圖

screenshot

下載Localhost HTTPS -> HTTP擴展crx文件

下載Localhost HTTPS -> HTTP擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Localhost HTTPS -> HTTP Localhost HTTPS -> HTTP
ID hocpjjhhkgnbpbcikgabgnpfcmaejklp
官方網址 https://chromewebstore.google.com/detail/localhost-https-%3E-http/hocpjjhhkgnbpbcikgabgnpfcmaejklp
簡介 A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost
檔案大小 30.72 KB
安裝次數 71
目前版本 1.0.0
更新時間 2023-01-16
上架時間 2023-01-15
評分 5.00/5 共 1 次評分
開發者 derks.me.uk
電子郵箱 [email protected]
付費類型 free
擴展官網 https://derks.me.uk/
支援的語言 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"
    ]
}