SSL Test

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

Apa itu SSL Test?

SSL Test adalah ekstensi Chrome yang dikembangkan oleh JoshMike, dan fitur utamanya adalah "This extension will test the SSL status of the current page using ssllabs.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SSL Test

Unduh file ekstensi SSL Test dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SSL Test SSL Test
ID flkjihijgfnfmpmfeffcnamifckdmmil
URL Resmi https://chrome.google.com/webstore/detail/ssl-test/flkjihijgfnfmpmfeffcnamifckdmmil
Deskripsi This extension will test the SSL status of the current page using ssllabs.com
Ukuran File 16.97 KB
Jumlah Instalasi 227
Versi Saat Ini 0.1
Terakhir Diperbarui 2019-04-20
Tanggal Publikasi 2019-04-20
Penilaian 4.00/5 Total 2 Penilaian
Pengembang JoshMike
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}