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".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου 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 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"
    }
}