CyberChef
The Cyber Swiss Army Knife
CyberChefคืออะไร?
CyberChef เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cyberchef.cf และคุณลักษณะหลักของมันคือ "The Cyber Swiss Army Knife"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CyberChef
ดาวน์โหลดไฟล์ส่วนขยาย CyberChef ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🧑🍳 Cookup recipes in CyberChef within the browser context menu. Features 💎 Convert Base64, Hex, Hexdump, Extract IOCs, Generate QR Codes from text Usage 1️⃣ Highlight Text 2️⃣ Right-Click to enter context menu 3️⃣ Select an item Legal ⚖️ We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with GCHQ, or any of its subsidiaries or its affiliates. The official GCHQ website can be found at https://www.gchq.gov.uk
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CyberChef |
ID | nohdddnojpoohngaacepdbpajiamblfp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cyberchef/nohdddnojpoohngaacepdbpajiamblfp |
คำอธิบาย | The Cyber Swiss Army Knife |
ขนาดไฟล์ | 493 KB |
จำนวนการติดตั้ง | 221 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2023-08-07 |
วันที่เผยแพร่ | 2022-03-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://cyberchef.cf |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://cyberchef.cf |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CyberChef", "description": "The Cyber Swiss Army Knife", "author": "AB", "version": "1.0.5", "manifest_version": 3, "permissions": [ "contextMenus", "storage" ], "icons": { "16": "assets\/icons\/icon_16.png", "48": "assets\/icons\/icon_48.png", "128": "assets\/icons\/icon_128.png" }, "background": { "service_worker": "scripts\/service.js", "type": "module" }, "omnibox": { "keyword": "chef" } } |