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”。
擴展截圖
下載BlockSearchEngine.com - Blockchain Explorer擴展crx文件
下載BlockSearchEngine.com - Blockchain Explorer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | eokffhnbomjenjppnmokofoekfcodnci |
官方網址 | 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" } |