Coin Address Inspector

Cryptocoin address information.

ما هو Coin Address Inspector؟

Coin Address Inspector هو إضافة Chrome تم تطويرها بواسطة Christopher de Beer، والميزة الرئيسية لها هي "Cryptocoin address information.".

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

screenshot

تحميل ملف CRX للإضافة Coin Address Inspector

قم بتنزيل ملفات الامتداد Coin Address Inspector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Searches for bitcoin addresses on pages you visit, and allows you to click on them and see more information.

Currently shows the addresses sent, recieved and total balances, as well as a link to it's blockchain.info page.

Feedback improvement suggestions welcome in reviews section.

Donate to: 1K1WYkeF9WTRmuNj4ZSopWfkspesEB1FxU for more features.                    

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

الاسم Coin Address Inspector Coin Address Inspector
ID dmpancddmjhlfjkbidfaphioiikichbd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/coin-address-inspector/dmpancddmjhlfjkbidfaphioiikichbd
الوصف Cryptocoin address information.
حجم الملف 97.5 KB
عدد التثبيتات 184
النسخة الحالية 0.5
آخر تحديث 2014-03-19
تاريخ النشر 2014-03-19
تقييم 5.00/5 مجموع تقييمات 1
المطور Christopher de Beer
نوع الدفع free
موقع الإضافة http://0circle.co.uk/cia
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coin Address Inspector",
    "description": "Cryptocoin address information.",
    "version": "0.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ]
        }
    ],
    "manifest_version": 2
}