TLS Connection Extension
This extension allows the user to get information of a website.
什麼是TLS Connection Extension?
TLS Connection Extension是由tonyyaoerwen開發的Chrome擴展程式,該擴展的主要功能是“This extension allows the user to get information of a website.”。
擴展截圖
下載TLS Connection Extension擴展crx文件
下載TLS Connection Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
get all the root certificate of TLS connections with the help of the back-end python code in the cloud server, for imporving the acknowledgement for the user when they visits a webiste. 擴展基本資訊
| 名稱 | |
| ID | dkeljdhelboahlomcocoiapafehkkdmj |
| 官方網址 | https://chromewebstore.google.com/detail/tls-connection-extension/dkeljdhelboahlomcocoiapafehkkdmj |
| 簡介 | This extension allows the user to get information of a website. |
| 檔案大小 | 1.64 MB |
| 安裝次數 | 51 |
| 目前版本 | 1.0 |
| 更新時間 | 2022-04-04 |
| 上架時間 | 2022-04-04 |
| 開發者 | tonyyaoerwen |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "TLS Connection Extension",
"description": "This extension allows the user to get information of a website.",
"version": "1.0",
"icons": {
"16": "\/images\/puppy16.png",
"32": "\/images\/puppy.png",
"48": "\/images\/puppy48.png",
"128": "\/images\/puppy128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/puppy16.png",
"32": "\/images\/puppy.png",
"48": "\/images\/puppy48.png",
"128": "\/images\/puppy128.png"
}
},
"background": {
"service_worker": "background.js",
"permissions": true
},
"permissions": [
"activeTab"
]
} | |