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”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Open in CyberChef
ID aandeoaihmciockajcgadkgknejppjdl
官方網址 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"
    }
}