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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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