CyberChef

The Cyber Swiss Army Knife

什么是CyberChef?

CyberChef是由https://cyberchef.cf开发的Chrome扩展程序,该扩展的主要功能是“The Cyber Swiss Army Knife”。

扩展截图

screenshot

下载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 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"
    }
}