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”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } |