BlockSearchEngine.com - Blockchain Explorer

BlockSearchEngine is a search engine and blockchain explorer for cryptocurrencies. Search any address, transaction hash, blocks, etc

BlockSearchEngine.com - Blockchain Explorer란 무엇입니까?

BlockSearchEngine.com - Blockchain Explorer은(는) https://blocksearchengine.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BlockSearchEngine is a search engine and blockchain explorer for cryptocurrencies. Search any address, transaction hash, blocks, etc"입니다.

확장 프로그램 스크린샷

screenshot

BlockSearchEngine.com - Blockchain Explorer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        BlockSearchEngine.com is a search engine and blockchain explorer for all cryptocurrencies. You can search any cryptocurrency addresses, transaction hash, history / details, data, blocks, etc. from a single page.

It's also a web directory of all cryptocurrency related groups, news channels and communities. Since the crypto community needed it very much, this app was created since it's very difficult to remember and search for individual blockchain explorers of multiple cryptocurrencies. 

Feedback and suggestions are welcome and appreciated to make the site even better.                    

확장 프로그램 기본 정보

이름 BlockSearchEngine.com - Blockchain Explorer BlockSearchEngine.com - Blockchain Explorer
ID eokffhnbomjenjppnmokofoekfcodnci
공식 URL https://chromewebstore.google.com/detail/blocksearchenginecom-bloc/eokffhnbomjenjppnmokofoekfcodnci
설명 BlockSearchEngine is a search engine and blockchain explorer for cryptocurrencies. Search any address, transaction hash, blocks, etc
파일 크기 53.29 KB
설치 횟수 113
현재 버전 1.0.0.0
최근 업데이트 2018-05-04
출시 날짜 2018-05-04
평점 5.00/5 총 4 개의 평점
개발자 https://blocksearchengine.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://blocksearchengine.com/
도움말 페이지 URL https://blocksearchengine.com/contact.html
개인정보 보호 정책 페이지 URL http://centpage.com/privacy-policy.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Logo_48.ico"
    },
    "description": "BlockSearchEngine is a search engine and blockchain explorer for cryptocurrencies. Search any address, transaction hash, blocks, etc",
    "icons": {
        "128": "Logo_128.ico",
        "16": "Logo.png",
        "48": "Logo_48.ico"
    },
    "manifest_version": 2,
    "name": "BlockSearchEngine.com - Blockchain Explorer",
    "permissions": [
        "https:\/\/blocksearchengine.com\/*",
        "cookies",
        "management"
    ],
    "short_name": "Blockchain Search Engine - Blockchain Explorer",
    "version": "1.0.0.0"
}