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