Subresource Integrity (SRI) Hash Generator

Subresource Integrity (SRI) Hash Generator

Subresource Integrity (SRI) Hash Generatorとは何ですか?

Subresource Integrity (SRI) Hash GeneratorはGreg Bradleyによって開発されたChromeの拡張機能で、その主な機能は「Subresource Integrity (SRI) Hash Generator」です。

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

screenshot

Subresource Integrity (SRI) Hash Generator拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Generate the Subresource Integrity (SRI) hash for all scripts on the current page.                    

拡張機能の基本情報

名前 Subresource Integrity (SRI) Hash Generator Subresource Integrity (SRI) Hash Generator
ID emmffkkpomfmbmjjlijdnfpmncmnkabo
公式URL https://chromewebstore.google.com/detail/subresource-integrity-sri/emmffkkpomfmbmjjlijdnfpmncmnkabo
説明 Subresource Integrity (SRI) Hash Generator
ファイルサイズ 18.13 KB
インストール数 252
現在のバージョン 1.0.4
最終更新日 2022-09-27
公開日 2019-01-08
評価 4.00/5 合計 1 レビュー
開発者 Greg Bradley
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Subresource Integrity (SRI) Hash Generator",
    "short_name": "Subresource Integrity (SRI) Hash Generator",
    "description": "Subresource Integrity (SRI) Hash Generator",
    "version": "1.0.4",
    "author": "Commonwealth Bank of Australia",
    "permissions": [
        "activeTab",
        "*:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/sha.js",
                "scripts\/main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": []
}