SSL Test

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

¿Qué es SSL Test?

SSL Test es una extensión de Chrome desarrollada por JoshMike, y su función principal es "This extension will test the SSL status of the current page using ssllabs.com".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SSL Test

Descarga archivos de extensión SSL Test en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre SSL Test SSL Test
ID flkjihijgfnfmpmfeffcnamifckdmmil
URL Oficial https://chrome.google.com/webstore/detail/ssl-test/flkjihijgfnfmpmfeffcnamifckdmmil
Descripción This extension will test the SSL status of the current page using ssllabs.com
Tamaño del Archivo 16.97 KB
Cantidad de Instalaciones 227
Versión Actual 0.1
Última Actualización 2019-04-20
Fecha de Publicación 2019-04-20
Calificación 4.00/5 Total de 2 Calificaciones
Desarrollador JoshMike
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}