SSL Server Test

Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.

What is SSL Server Test?

SSL Server Test is a Chrome extension developed by nitrohorse, and its main feature is "Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.".

Extension Screenshots

screenshot

Download SSL Server Test Extension CRX File

Download SSL Server 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

                        Open-source web extension for quickly scanning a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.

Examples of just the hostname that is sent:
- "https://duckduckgo.com/?q=privacy" -> "duckduckgo.com"
- "https://www.openrightsgroup.org/blog/2015/responding-to-nothing-to-hide-nothing-to-fear" -> "www.openrightsgroup.org"

---

Certificate icon by Icons8                    

Extension Basic Information

Name SSL Server Test SSL Server Test
ID kppeghgjfhkpgbnjoacjjmicedhdmfmb
Official URL https://chromewebstore.google.com/detail/ssl-server-test/kppeghgjfhkpgbnjoacjjmicedhdmfmb
Description Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.
File Size 11.85 KB
Installation Count 715
Current Version 2.19.0
Last Updated 2021-01-30
Publish Date 2020-08-18
Developer nitrohorse
Email [email protected]
Payment Type free
Extension Website https://gitlab.com/nitrohorse/ssl-server-test
Help Page URL https://gitlab.com/nitrohorse/ssl-server-test/-/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SSL Server Test",
    "short_name": "ssl-server-test",
    "description": "Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.",
    "version": "2.19.0",
    "icons": {
        "80": "icons\/80x80.png"
    },
    "browser_action": {
        "default_title": "SSL Server Test",
        "default_popup": "badge\/popup.html",
        "default_icon": {
            "80": "icons\/80x80.png"
        }
    },
    "background": {
        "scripts": [
            "utils\/common.js",
            "utils\/utils.js",
            "context-menu\/context-menu.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}