BlockSearchEngine.com - Blockchain Explorer
BlockSearchEngine is a search engine and blockchain explorer for cryptocurrencies. Search any address, transaction hash, blocks, etc
Co je BlockSearchEngine.com - Blockchain Explorer?
BlockSearchEngine.com - Blockchain Explorer je rozšíření Chrome vyvinuté https://blocksearchengine.com, a jeho hlavní funkcí je „BlockSearchEngine is a search engine and blockchain explorer for cryptocurrencies. Search any address, transaction hash, blocks, etc“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BlockSearchEngine.com - Blockchain Explorer
Stáhněte si soubory rozšíření BlockSearchEngine.com - Blockchain Explorer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | eokffhnbomjenjppnmokofoekfcodnci |
Oficiální URL | https://chromewebstore.google.com/detail/blocksearchenginecom-bloc/eokffhnbomjenjppnmokofoekfcodnci |
Popis | BlockSearchEngine is a search engine and blockchain explorer for cryptocurrencies. Search any address, transaction hash, blocks, etc |
Velikost souboru | 53.29 KB |
Počet instalací | 113 |
Aktuální Verze | 1.0.0.0 |
Poslední Aktualizace | 2018-05-04 |
Datum Vydání | 2018-05-04 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | https://blocksearchengine.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://blocksearchengine.com/ |
URL Stránky Nápovědy | https://blocksearchengine.com/contact.html |
URL Stránky Zásad Ochrany Soukromí | http://centpage.com/privacy-policy.php |
Podporované Jazyky | 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" } |