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
公式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
Eメール [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": [
                ""
            ]
        }
    ]
}