Open in CyberChef
Adds an open selected text in CyberChef option to the right-click context menu
什么是Open in CyberChef?
Open in CyberChef是由https://diftdisk.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Adds an open selected text in CyberChef option to the right-click context menu”。
扩展截图
下载Open in CyberChef扩展crx文件
下载Open in CyberChef扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds an open selected text in CyberChef option to the right-click context menu. It includes the option of what URL to use for CyberChef, default is https://gchq.github.io/CyberChef/. A local instance of CyberChef can be specified using the format "file:///C:/Users/Test/Downloads/cyberchef.htm". Please post any bugs or feature requests to https://github.com/maurermj08/open-in-cyber-chef/issues. CyberChef's website describes itself as "A simple, intuitive web app for analysing and decoding data without having to deal with complex tools or programming languages. CyberChef encourages both technical and non-technical people to explore data formats, encryption and compression." This extension does NOT collect any personal data, does NOT have any advertisements, and will NEVER be sold. The code is open source under MIT License and available at https://github.com/maurermj08/open-in-cyber-chef.
扩展基本信息
名称 | Open in CyberChef |
ID | aandeoaihmciockajcgadkgknejppjdl |
官方URL | https://chromewebstore.google.com/detail/open-in-cyberchef/aandeoaihmciockajcgadkgknejppjdl |
简介 | Adds an open selected text in CyberChef option to the right-click context menu |
文件大小 | 14.86 KB |
安装次数 | 717 |
当前版本 | 0.1.0 |
更新时间 | 2022-07-02 |
上架时间 | 2017-10-28 |
评分 | 5.00/5 共2次评分 |
开发者 | https://diftdisk.blogspot.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/maurermj08/open-in-cyber-chef |
帮助页面URL | https://github.com/maurermj08/open-in-cyber-chef |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Open in CyberChef", "short_name": "CyberChef", "description": "Adds an open selected text in CyberChef option to the right-click context menu", "version": "0.1.0", "minimum_chrome_version": "88", "permissions": [ "storage", "contextMenus" ], "icons": { "16": "assets\/cyberchef-16x16.png", "48": "assets\/cyberchef-48x48.png", "128": "assets\/cyberchef-128x128.png" }, "options_page": "options.html", "background": { "service_worker": "main.js" } } |