carrot-hash

carrot-hash 密文查询工具

Τι είναι το carrot-hash;

Το carrot-hash είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wujunze, και η κύρια λειτουργία του είναι "carrot-hash 密文查询工具".

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

screenshot

Λήψη αρχείου CRX της επέκτασης carrot-hash

Λήψη αρχείων επέκτασης carrot-hash σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        carrot-hash 密文查询工具
可以查询 md5 等密文                    

Βασικές Πληροφορίες Επέκτασης

Όνομα carrot-hash carrot-hash
ID pbhooigjdmihjbfmjmgajlpgngpdijhn
Επίσημο URL https://chrome.google.com/webstore/detail/carrot-hash/pbhooigjdmihjbfmjmgajlpgngpdijhn
Περιγραφή carrot-hash 密文查询工具
Μέγεθος Αρχείου 5.02 MB
Αριθμός Εγκαταστάσεων 47
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2018-12-15
Ημερομηνία Δημοσίευσης 2018-12-11
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής wujunze
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://wujunze.com
Υποστηριζόμενες Γλώσσες zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "carrot-hash",
    "version": "1.3",
    "description": "carrot-hash \u5bc6\u6587\u67e5\u8be2\u5de5\u5177",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "mcarrot-hash",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.somd5.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/insert.css"
            ],
            "js": [
                "script\/content.js"
            ]
        }
    ]
}