SSL Test
This extension will test the SSL status of the current page using ssllabs.com
SSL Testคืออะไร?
SSL Test เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JoshMike และคุณลักษณะหลักของมันคือ "This extension will test the SSL status of the current page using ssllabs.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SSL Test
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |