carrot-hash

carrot-hash 密文查询工具

什么是carrot-hash?

carrot-hash是由wujunze开发的Chrome扩展程序,该扩展的主要功能是“carrot-hash 密文查询工具”。

扩展截图

screenshot

下载carrot-hash扩展crx文件

下载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"
            ]
        }
    ]
}