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".
Снимки экрана расширения
Скачать файл 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. Основная информация о расширении
| Название | |
| 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": []
} | |