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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة BlockSearchEngine.com - Blockchain Explorer

قم بتنزيل ملفات الامتداد BlockSearchEngine.com - Blockchain Explorer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم BlockSearchEngine.com - Blockchain Explorer BlockSearchEngine.com - Blockchain Explorer
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/
عنوان صفحة المساعدة https://blocksearchengine.com/contact.html
عنوان صفحة سياسة الخصوصية 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"
}