Open in CyberChef
Adds an open selected text in CyberChef option to the right-click context menu
Open in CyberChefคืออะไร?
Open in CyberChef เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://diftdisk.blogspot.com และคุณลักษณะหลักของมันคือ "Adds an open selected text in CyberChef option to the right-click context menu"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in CyberChef
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |