Subresource Integrity (SRI) Hash Generator
Subresource Integrity (SRI) Hash Generator
Subresource Integrity (SRI) Hash Generator क्या है?
Subresource Integrity (SRI) Hash Generator Greg Bradley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Subresource Integrity (SRI) Hash Generator"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Subresource Integrity (SRI) Hash Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Generate the Subresource Integrity (SRI) hash for all scripts on the current page.
एक्सटेंशन की मूल जानकारी
नाम | 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": [] } |