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 |
| 官方網址 | 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"
]
} | |