Security-Header-Extension
A Chrome Extension built to check the presence of embedded security headers.
什么是Security-Header-Extension?
Security-Header-Extension是由ACNS_cybersecurity_interns开发的Chrome扩展程序,该扩展的主要功能是“A Chrome Extension built to check the presence of embedded security headers.”。
扩展截图
下载Security-Header-Extension扩展crx文件
下载Security-Header-Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Developed by the ACNS Cybersecurity Internship Web team using modern web tools.
扩展基本信息
名称 | Security-Header-Extension |
ID | nggplilppojikmgpmlecpcikpoiffinp |
官方URL | https://chromewebstore.google.com/detail/security-header-extension/nggplilppojikmgpmlecpcikpoiffinp |
简介 | A Chrome Extension built to check the presence of embedded security headers. |
文件大小 | 510 KB |
安装次数 | 2,338 |
当前版本 | 6.2 |
更新时间 | 2022-06-29 |
上架时间 | 2020-03-26 |
评分 | 4.80/5 共5次评分 |
开发者 | ACNS_cybersecurity_interns |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "index.html", "default_title": "Security-Header-Extension" }, "description": "A Chrome Extension built to check the presence of embedded security headers.", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtj9FvUGF3+Wy3m65a1aU5ELPIWXFMk+ISbXie5iHCeKC+AIHsvnMRPWbKIt+1Kv3tqdAM2EnJRosmNGGosu5\/vml2bXEnMvibU07Mcv6aRqKELc\/RlCfS0cizMjWlNZlpLYvJuuy4p9wypash8H1RDiuRrnvF9C\/M5rmertPbl+wjRT1u4V8Fn9AEVayqWvEOZhEOK2blu9Ns9vpYqUyT6fnRt46Wiwl9G2mP5XSudNn9vh+QWQGvjA7z0UcTywzK9PWw1s2qXJyhq3UD482KYX8JVXQPF5THeb4\/6JoznJdeIbatVelnR5OG1gPfIz7Ewuffl859NqgoAsxVMs5rQIDAQAB", "manifest_version": 3, "name": "Security-Header-Extension", "permissions": [ "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "6.2" } |