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 |
电子邮箱 | [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" ] } |