SSL Test
This extension will test the SSL status of the current page using ssllabs.com
O que é SSL Test?
SSL Test é uma extensão do Chrome desenvolvida por JoshMike, e sua principal característica é "This extension will test the SSL status of the current page using ssllabs.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SSL Test
Baixe arquivos de extensão SSL Test no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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. Informações Básicas da Extensão
| Nome | |
| ID | flkjihijgfnfmpmfeffcnamifckdmmil |
| URL Oficial | https://chrome.google.com/webstore/detail/ssl-test/flkjihijgfnfmpmfeffcnamifckdmmil |
| Descrição | This extension will test the SSL status of the current page using ssllabs.com |
| Tamanho do Arquivo | 16.97 KB |
| Contagem de Instalações | 227 |
| Versão Atual | 0.1 |
| Última Atualização | 2019-04-20 |
| Data de Publicação | 2019-04-20 |
| Classificação | 4.00/5 Total de 2 Avaliações |
| Desenvolvedor | JoshMike |
| [email protected] | |
| Tipo de Pagamento | free |
| Idiomas Suportados | 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"
]
} | |