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. 擴展基本資訊
| 名稱 | |
| ID | nbanpljakngdndmmekhogfliinegiapb |
| 官方網址 | 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\/"
]
} | |