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 |
| Eメール | [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"
]
} | |