BlockSearchEngine.com - Blockchain Explorer
BlockSearchEngine is a search engine and blockchain explorer for cryptocurrencies. Search any address, transaction hash, blocks, etc
Cos'è BlockSearchEngine.com - Blockchain Explorer?
BlockSearchEngine.com - Blockchain Explorer è un'estensione di Chrome sviluppata da https://blocksearchengine.com, e la sua funzione principale è "BlockSearchEngine is a search engine and blockchain explorer for cryptocurrencies. Search any address, transaction hash, blocks, etc".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BlockSearchEngine.com - Blockchain Explorer
Scarica i file di estensione BlockSearchEngine.com - Blockchain Explorer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | eokffhnbomjenjppnmokofoekfcodnci |
URL Ufficiale | https://chromewebstore.google.com/detail/blocksearchenginecom-bloc/eokffhnbomjenjppnmokofoekfcodnci |
Descrizione | BlockSearchEngine is a search engine and blockchain explorer for cryptocurrencies. Search any address, transaction hash, blocks, etc |
Dimensione del File | 53.29 KB |
Conteggio Installazioni | 113 |
Versione Corrente | 1.0.0.0 |
Ultimo Aggiornamento | 2018-05-04 |
Data di Pubblicazione | 2018-05-04 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://blocksearchengine.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://blocksearchengine.com/ |
URL della Pagina di Aiuto | https://blocksearchengine.com/contact.html |
URL della Pagina della Politica sulla Privacy | http://centpage.com/privacy-policy.php |
Lingue Supportate | 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" } |