SSL Test

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

What is SSL Test?

SSL Test is a Chrome extension developed by JoshMike, and its main feature is "This extension will test the SSL status of the current page using ssllabs.com".

Extension Screenshots

screenshot

Download SSL Test Extension CRX File

Download SSL Test extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SSL Test SSL Test
ID flkjihijgfnfmpmfeffcnamifckdmmil
Official URL https://chrome.google.com/webstore/detail/ssl-test/flkjihijgfnfmpmfeffcnamifckdmmil
Description This extension will test the SSL status of the current page using ssllabs.com
File Size 16.97 KB
Installation Count 227
Current Version 0.1
Last Updated 2019-04-20
Publish Date 2019-04-20
Rating 4.00/5 Total 2 Ratings
Developer JoshMike
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}