SSL Checker

See all information about current visited website SSL certificate

SSL Checkerとは何ですか?

SSL Checkerはmastaleru.rafaelによって開発されたChromeの拡張機能で、その主な機能は「See all information about current visited website SSL certificate」です。

拡張機能のスクリーンショット

screenshot
screenshot

SSL Checker拡張機能のCRXファイルをダウンロード

SSL Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension is using sslchecker.com to give information about the current active tab SSL certification.                    

拡張機能の基本情報

名前 SSL Checker SSL Checker
ID nbanpljakngdndmmekhogfliinegiapb
公式URL https://chromewebstore.google.com/detail/ssl-checker/nbanpljakngdndmmekhogfliinegiapb
説明 See all information about current visited website SSL certificate
ファイルサイズ 87.32 KB
インストール数 6,682
現在のバージョン 0.3
最終更新日 2018-04-16
公開日 2018-04-16
評価 4.07/5 合計 15 レビュー
開発者 mastaleru.rafael
支払い方法 free
プライバシーポリシーページのURL https://plusprivacy.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SSL Checker",
    "description": "See all information about current visited website SSL certificate ",
    "version": "0.3",
    "browser_action": {
        "default_icon": "ssl32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "ssl16.png",
        "32": "ssl32.png",
        "48": "ssl48.png",
        "128": "ssl128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.sslchecker.com\/"
    ]
}