Subresource Integrity (SRI) Hash Generator
Subresource Integrity (SRI) Hash Generator
What is Subresource Integrity (SRI) Hash Generator?
Subresource Integrity (SRI) Hash Generator is a Chrome extension developed by Greg Bradley, and its main feature is "Subresource Integrity (SRI) Hash Generator".
Extension Screenshots
Download Subresource Integrity (SRI) Hash Generator Extension CRX File
Download Subresource Integrity (SRI) Hash Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Generate the Subresource Integrity (SRI) hash for all scripts on the current page.
Extension Basic Information
Name | Subresource Integrity (SRI) Hash Generator |
ID | emmffkkpomfmbmjjlijdnfpmncmnkabo |
Official URL | https://chromewebstore.google.com/detail/subresource-integrity-sri/emmffkkpomfmbmjjlijdnfpmncmnkabo |
Description | Subresource Integrity (SRI) Hash Generator |
File Size | 18.13 KB |
Installation Count | 252 |
Current Version | 1.0.4 |
Last Updated | 2022-09-27 |
Publish Date | 2019-01-08 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Greg Bradley |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } |