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.
扩展基本信息
名称 | TLS Connection Extension |
ID | dkeljdhelboahlomcocoiapafehkkdmj |
官方URL | 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" ] } |