Subresource Integrity (SRI) Hash Generator

Subresource Integrity (SRI) Hash Generator

Co je Subresource Integrity (SRI) Hash Generator?

Subresource Integrity (SRI) Hash Generator je rozšíření Chrome vyvinuté Greg Bradley, a jeho hlavní funkcí je „Subresource Integrity (SRI) Hash Generator“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Subresource Integrity (SRI) Hash Generator

Stáhněte si soubory rozšíření Subresource Integrity (SRI) Hash Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Subresource Integrity (SRI) Hash Generator Subresource Integrity (SRI) Hash Generator
ID emmffkkpomfmbmjjlijdnfpmncmnkabo
Oficiální URL https://chromewebstore.google.com/detail/subresource-integrity-sri/emmffkkpomfmbmjjlijdnfpmncmnkabo
Popis Subresource Integrity (SRI) Hash Generator
Velikost souboru 18.13 KB
Počet instalací 252
Aktuální Verze 1.0.4
Poslední Aktualizace 2022-09-27
Datum Vydání 2019-01-08
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář Greg Bradley
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": []
}