SSL Test
This extension will test the SSL status of the current page using ssllabs.com
SSL Testとは何ですか?
SSL TestはJoshMikeによって開発されたChromeの拡張機能で、その主な機能は「This extension will test the SSL status of the current page using ssllabs.com」です。
拡張機能のスクリーンショット
SSL Test拡張機能のCRXファイルをダウンロード
SSL Test拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | flkjihijgfnfmpmfeffcnamifckdmmil |
公式URL | https://chrome.google.com/webstore/detail/ssl-test/flkjihijgfnfmpmfeffcnamifckdmmil |
説明 | This extension will test the SSL status of the current page using ssllabs.com |
ファイルサイズ | 16.97 KB |
インストール数 | 227 |
現在のバージョン | 0.1 |
最終更新日 | 2019-04-20 |
公開日 | 2019-04-20 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | JoshMike |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |