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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Localhost HTTPS -> HTTP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |