carrot-hash

carrot-hash 密文查询工具

What is carrot-hash?

carrot-hash is a Chrome extension developed by wujunze, and its main feature is "carrot-hash 密文查询工具".

Extension Screenshots

screenshot

Download carrot-hash Extension CRX File

Download carrot-hash extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name carrot-hash carrot-hash
ID pbhooigjdmihjbfmjmgajlpgngpdijhn
Official URL https://chrome.google.com/webstore/detail/carrot-hash/pbhooigjdmihjbfmjmgajlpgngpdijhn
Description carrot-hash 密文查询工具
File Size 5.02 MB
Installation Count 47
Current Version 1.3
Last Updated 2018-12-15
Publish Date 2018-12-11
Rating 5.00/5 Total 1 Ratings
Developer wujunze
Email [email protected]
Payment Type free
Privacy Policy Page URL https://wujunze.com
Supported Languages 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"
            ]
        }
    ]
}