Crypto transaction check

User can check the transaction details by Hash.

什麼是Crypto transaction check?

Crypto transaction check是由gromt.denky開發的Chrome擴展程式,該擴展的主要功能是“User can check the transaction details by Hash.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Crypto transaction check擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}