SSL Checker
See all information about current visited website SSL certificate
什么是SSL Checker?
SSL Checker是由mastaleru.rafael开发的Chrome扩展程序,该扩展的主要功能是“See all information about current visited website SSL certificate”。
扩展截图
下载SSL Checker扩展crx文件
下载SSL Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is using sslchecker.com to give information about the current active tab SSL certification.
扩展基本信息
名称 | SSL Checker |
ID | nbanpljakngdndmmekhogfliinegiapb |
官方URL | https://chromewebstore.google.com/detail/ssl-checker/nbanpljakngdndmmekhogfliinegiapb |
简介 | See all information about current visited website SSL certificate |
文件大小 | 87.32 KB |
安装次数 | 6,682 |
当前版本 | 0.3 |
更新时间 | 2018-04-16 |
上架时间 | 2018-04-16 |
评分 | 4.07/5 共15次评分 |
开发者 | mastaleru.rafael |
付费类型 | free |
隐私政策页面URL | https://plusprivacy.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SSL Checker", "description": "See all information about current visited website SSL certificate ", "version": "0.3", "browser_action": { "default_icon": "ssl32.png", "default_popup": "popup.html" }, "icons": { "16": "ssl16.png", "32": "ssl32.png", "48": "ssl48.png", "128": "ssl128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "https:\/\/www.sslchecker.com\/" ] } |