SSL Test
This extension will test the SSL status of the current page using ssllabs.com
Wat is SSL Test?
SSL Test is een Chrome-extensie ontwikkeld door JoshMike, en de belangrijkste functie is "This extension will test the SSL status of the current page using ssllabs.com".
Extensie Screenshots
Download het CRX-bestand van de extensie SSL Test
Download SSL Test-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | flkjihijgfnfmpmfeffcnamifckdmmil |
| Officiële URL | https://chrome.google.com/webstore/detail/ssl-test/flkjihijgfnfmpmfeffcnamifckdmmil |
| Beschrijving | This extension will test the SSL status of the current page using ssllabs.com |
| Bestandsgrootte | 16.97 KB |
| Aantal Installaties | 227 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2019-04-20 |
| Publicatiedatum | 2019-04-20 |
| Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | JoshMike |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |