BlockSearchEngine.com - Blockchain Explorer

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

O que é BlockSearchEngine.com - Blockchain Explorer?

BlockSearchEngine.com - Blockchain Explorer é uma extensão do Chrome desenvolvida por https://blocksearchengine.com, e sua principal característica é "BlockSearchEngine is a search engine and blockchain explorer for cryptocurrencies. Search any address, transaction hash, blocks, etc".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BlockSearchEngine.com - Blockchain Explorer

Baixe arquivos de extensão BlockSearchEngine.com - Blockchain Explorer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome BlockSearchEngine.com - Blockchain Explorer BlockSearchEngine.com - Blockchain Explorer
ID eokffhnbomjenjppnmokofoekfcodnci
URL Oficial https://chromewebstore.google.com/detail/blocksearchenginecom-bloc/eokffhnbomjenjppnmokofoekfcodnci
Descrição BlockSearchEngine is a search engine and blockchain explorer for cryptocurrencies. Search any address, transaction hash, blocks, etc
Tamanho do Arquivo 53.29 KB
Contagem de Instalações 113
Versão Atual 1.0.0.0
Última Atualização 2018-05-04
Data de Publicação 2018-05-04
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://blocksearchengine.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://blocksearchengine.com/
URL da Página de Ajuda https://blocksearchengine.com/contact.html
URL da Página de Política de Privacidade http://centpage.com/privacy-policy.php
Idiomas Suportados 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"
}