Subresource Integrity (SRI) Hash Generator

Subresource Integrity (SRI) Hash Generator

Subresource Integrity (SRI) Hash Generatorคืออะไร?

Subresource Integrity (SRI) Hash Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Greg Bradley และคุณลักษณะหลักของมันคือ "Subresource Integrity (SRI) Hash Generator"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Subresource Integrity (SRI) Hash Generator

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": []
}