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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blocksearchengine.com และคุณลักษณะหลักของมันคือ "BlockSearchEngine is a search engine and blockchain explorer for cryptocurrencies. Search any address, transaction hash, blocks, etc"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BlockSearchEngine.com - Blockchain Explorer
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } |