CyberChef
The Cyber Swiss Army Knife
CyberChefとは何ですか?
CyberChefはhttps://cyberchef.cfによって開発されたChromeの拡張機能で、その主な機能は「The Cyber Swiss Army Knife」です。
拡張機能のスクリーンショット
CyberChef拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |