TLS Connection Extension

This extension allows the user to get information of a website.

TLS Connection Extension là gì?

TLS Connection Extension là một tiện ích mở rộng Chrome được phát triển bởi tonyyaoerwen, và tính năng chính của nó là "This extension allows the user to get information of a website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TLS Connection Extension

Tải xuống các tệp mở rộng TLS Connection Extension 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TLS Connection Extension TLS Connection Extension
ID dkeljdhelboahlomcocoiapafehkkdmj
URL Chính Thức https://chromewebstore.google.com/detail/tls-connection-extension/dkeljdhelboahlomcocoiapafehkkdmj
Mô tả This extension allows the user to get information of a website.
Kích Thước Tệp 1.64 MB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-04-04
Ngày Phát Hành 2022-04-04
Nhà Phát Triển tonyyaoerwen
Email [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": 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"
    ]
}