Security-Header-Extension
A Chrome Extension built to check the presence of embedded security headers.
Security-Header-Extensionคืออะไร?
Security-Header-Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ACNS_cybersecurity_interns และคุณลักษณะหลักของมันคือ "A Chrome Extension built to check the presence of embedded security headers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Security-Header-Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |