CyberChef
The Cyber Swiss Army Knife
CyberChef란 무엇입니까?
CyberChef은(는) https://cyberchef.cf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Cyber Swiss Army Knife"입니다.
확장 프로그램 스크린샷
CyberChef 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🧑🍳 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" } } |