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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an open selected text in CyberChef option to the right-click context menu"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open in CyberChef एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |