SSL Server Test
Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.
什么是SSL Server Test?
SSL Server Test是由nitrohorse开发的Chrome扩展程序,该扩展的主要功能是“Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.”。
扩展截图
下载SSL Server Test扩展crx文件
下载SSL Server Test扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | kppeghgjfhkpgbnjoacjjmicedhdmfmb |
| 官方URL | https://chromewebstore.google.com/detail/ssl-server-test/kppeghgjfhkpgbnjoacjjmicedhdmfmb |
| 简介 | Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs. |
| 文件大小 | 11.85 KB |
| 安装次数 | 715 |
| 当前版本 | 2.19.0 |
| 更新时间 | 2021-01-30 |
| 上架时间 | 2020-08-18 |
| 开发者 | nitrohorse |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://gitlab.com/nitrohorse/ssl-server-test |
| 帮助页面URL | https://gitlab.com/nitrohorse/ssl-server-test/-/issues |
| 支持的语言 | 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"
]
} | |