SSL Test
This extension will test the SSL status of the current page using ssllabs.com
SSL Test là gì?
SSL Test là một tiện ích mở rộng Chrome được phát triển bởi JoshMike, và tính năng chính của nó là "This extension will test the SSL status of the current page using ssllabs.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SSL Test
Tải xuống các tệp mở rộng SSL Test dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | flkjihijgfnfmpmfeffcnamifckdmmil |
URL Chính Thức | https://chrome.google.com/webstore/detail/ssl-test/flkjihijgfnfmpmfeffcnamifckdmmil |
Mô tả | This extension will test the SSL status of the current page using ssllabs.com |
Kích Thước Tệp | 16.97 KB |
Số Lần Cài Đặt | 227 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2019-04-20 |
Ngày Phát Hành | 2019-04-20 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | JoshMike |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |