HTTPS Finder

Detects if pages are available on HTTPS and allows you to switch

Qu'est-ce que HTTPS Finder ?

HTTPS Finder est une extension Chrome développée par Adam Alton, et sa fonction principale est "Detects if pages are available on HTTPS and allows you to switch".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension HTTPS Finder

Téléchargez les fichiers d'extension HTTPS Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HTTPS Finder HTTPS Finder
ID fmbbgedgoimcifgdghmifpnpcfaioena
URL Officiel https://chromewebstore.google.com/detail/https-finder/fmbbgedgoimcifgdghmifpnpcfaioena
Description Detects if pages are available on HTTPS and allows you to switch
Taille du Fichier 319 KB
Nombre d'Installations 1,749
Version Actuelle 1.3
Dernière Mise à Jour 2016-11-06
Date de Publication 2016-11-06
Évaluation 3.36/5 Total 25 Évaluations
Développeur Adam Alton
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/adamalton/chrome-https-finder
Langues Prises en Charge 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",
        ""
    ]
}