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 |
| 公式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 |
| Eメール | [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"
]
} | |