Crypto transaction check

User can check the transaction details by Hash.

Crypto transaction checkคืออะไร?

Crypto transaction check เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gromt.denky และคุณลักษณะหลักของมันคือ "User can check the transaction details by Hash."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto transaction check

ดาวน์โหลดไฟล์ส่วนขยาย Crypto transaction check ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Crypto transaction check is a very easy app to verify the tansactions.

How to use?
Step 1:  Click on the extension icon.
Step 2: A right sidebar will appear in right side. And user will enter the transaction hash

Final results: User will get the id of sender and receiver.

This extension uses the API of https://blockchair.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Crypto transaction check Crypto transaction check
ID nijkapbgclllfbkccfchmjdhmgkjofco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crypto-transaction-check/nijkapbgclllfbkccfchmjdhmgkjofco
คำอธิบาย User can check the transaction details by Hash.
ขนาดไฟล์ 133 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2023-06-18
วันที่เผยแพร่ 2023-05-10
คะแนน 2.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา gromt.denky
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://cryptotransaction.xyz/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto transaction check",
    "description": "User can check the transaction details by Hash.",
    "action": {
        "default_icon": {
            "16": "logo\/16.png",
            "32": "logo\/32.png"
        },
        "default_title": "Crypto transaction check"
    },
    "version": "0.0.0.1",
    "background": {
        "service_worker": "serviceworker.js"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api.blockchair.com\/ethereum\/dashboards\/*"
    ],
    "icons": {
        "16": "logo\/16.png",
        "32": "logo\/32.png",
        "48": "logo\/48.png",
        "96": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "settings.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}