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
公式URL 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
Eメール [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"
    ]
}