TLS Connection Extension
This extension allows the user to get information of a website.
Vad är TLS Connection Extension?
TLS Connection Extension är en Chrome-tillägg utvecklad av tonyyaoerwen, och dess huvudfunktion är "This extension allows the user to get information of a website.".
Tilläggsskärmbilder
Ladda ner TLS Connection Extension-förlängningens CRX-fil
Ladda ner TLS Connection Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | dkeljdhelboahlomcocoiapafehkkdmj |
| Officiell webbadress | https://chromewebstore.google.com/detail/tls-connection-extension/dkeljdhelboahlomcocoiapafehkkdmj |
| Beskrivning | This extension allows the user to get information of a website. |
| Filstorlek | 1.64 MB |
| Antal Installationer | 51 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-04-04 |
| Publiceringsdatum | 2022-04-04 |
| Utvecklare | tonyyaoerwen |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |