SSL Test

This extension will test the SSL status of the current page using ssllabs.com

Qu'est-ce que SSL Test ?

SSL Test est une extension Chrome développée par JoshMike, et sa fonction principale est "This extension will test the SSL status of the current page using ssllabs.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SSL Test

Téléchargez les fichiers d'extension SSL Test 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

                        If you've ever wanted a button that sends the current page you are on to ssllabs.com to test the ssl rating, here you go!

This developer/extension is not affiliated with ssllabs in any way.                    

Informations de Base sur l'Extension

Nom SSL Test SSL Test
ID flkjihijgfnfmpmfeffcnamifckdmmil
URL Officiel https://chrome.google.com/webstore/detail/ssl-test/flkjihijgfnfmpmfeffcnamifckdmmil
Description This extension will test the SSL status of the current page using ssllabs.com
Taille du Fichier 16.97 KB
Nombre d'Installations 227
Version Actuelle 0.1
Dernière Mise à Jour 2019-04-20
Date de Publication 2019-04-20
Évaluation 4.00/5 Total 2 Évaluations
Développeur JoshMike
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SSL Test",
    "version": "0.1",
    "description": "This extension will test the SSL status of the current page using ssllabs.com",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "author": "JoshMike",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_title": "SSL Test"
    },
    "permissions": [
        "tabs"
    ]
}