CyberChef
The Cyber Swiss Army Knife
Cos'è CyberChef?
CyberChef è un'estensione di Chrome sviluppata da https://cyberchef.cf, e la sua funzione principale è "The Cyber Swiss Army Knife".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CyberChef
Scarica i file di estensione CyberChef in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
🧑🍳 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
Informazioni di Base sull'Estensione
Nome | CyberChef |
ID | nohdddnojpoohngaacepdbpajiamblfp |
URL Ufficiale | https://chromewebstore.google.com/detail/cyberchef/nohdddnojpoohngaacepdbpajiamblfp |
Descrizione | The Cyber Swiss Army Knife |
Dimensione del File | 493 KB |
Conteggio Installazioni | 221 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2023-08-07 |
Data di Pubblicazione | 2022-03-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://cyberchef.cf |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://cyberchef.cf |
Lingue Supportate | 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" } } |