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
官方網址 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"
            ]
        }
    ]
}