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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
    }
}