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