TLS Connection Extension
This extension allows the user to get information of a website.
TLS Connection Extensionคืออะไร?
TLS Connection Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tonyyaoerwen และคุณลักษณะหลักของมันคือ "This extension allows the user to get information of a website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TLS Connection Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |