HTTPS Finder
Detects if pages are available on HTTPS and allows you to switch
Was ist HTTPS Finder?
HTTPS Finder ist eine Chrome-Erweiterung, die von Adam Alton entwickelt wurde, und ihr Hauptmerkmal ist "Detects if pages are available on HTTPS and allows you to switch".
Erweiterungsscreenshots
HTTPS Finder-Erweiterungs-CRX-Datei herunterladen
Laden Sie HTTPS Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Now updated with many fixes and the ability to ignore specific domains. HTTPS protects your privacy, secures your data, and gives you verification that you are connected to the genuine server of the domain name. When you view a page which is not on secure, HTTPS Finder checks to see if the page is also available on HTTPS, and if it is, allows you to switch to the secure version. You can optionally have it switch automatically. HTTPS Finder is intended as a supplement to the EFF's HTTPS Everywhere extension which automatically switches you to HTTPS, but only for a known list of domains, whereas this extension automatically detects if a page is available on HTTPS. The intention is to eventually allow the list of HTTPS-enabled sites that you have found to be submitted to the EFF for inclusion in the HTTPS Everywhere extension.
Grundlegende Informationen zur Erweiterung
Name | HTTPS Finder |
ID | fmbbgedgoimcifgdghmifpnpcfaioena |
Offizielle URL | https://chromewebstore.google.com/detail/https-finder/fmbbgedgoimcifgdghmifpnpcfaioena |
Beschreibung | Detects if pages are available on HTTPS and allows you to switch |
Dateigröße | 319 KB |
Installationsanzahl | 1,749 |
Aktuelle Version | 1.3 |
Letztes Update | 2016-11-06 |
Veröffentlichungsdatum | 2016-11-06 |
Bewertung | 3.36/5 Insgesamt 25 Bewertungen |
Entwickler | Adam Alton |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/adamalton/chrome-https-finder |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTTPS Finder", "short_name": "HTTPS Finder", "description": "Detects if pages are available on HTTPS and allows you to switch", "version": "1.3", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "persistent": false, "scripts": [ "https-finder.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "webNavigation", "storage", "notifications", " |