Instant BTC to USD/GBP

Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.

ما هو Instant BTC to USD/GBP؟

Instant BTC to USD/GBP هو إضافة Chrome تم تطويرها بواسطة https://witty-feeds1.blogspot.com، والميزة الرئيسية لها هي "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.".

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

تحميل ملف CRX للإضافة Instant BTC to USD/GBP

قم بتنزيل ملفات الامتداد Instant BTC to USD/GBP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Simple and Easy Plugin to convert any amount from BTC to USD without leaving the page. Select the value in BTC and right click on it our extension automatically convert that into USD and GBP. 

Icon Credit:

https://www.flaticon.com/authors/tomas-knop                    

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

الاسم Instant BTC to USD/GBP Instant BTC to USD/GBP
ID blgikkibpagbmnldeibbllmkeegkblbl
عنوان URL الرسمي https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl
الوصف Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
حجم الملف 19.49 KB
عدد التثبيتات 43
النسخة الحالية 4.0.2
آخر تحديث 2017-09-09
تاريخ النشر 2017-09-08
تقييم 4.00/5 مجموع تقييمات 5
المطور https://witty-feeds1.blogspot.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://www.google.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant BTC to USD\/GBP",
    "short_name": "BTC to USD\/GBP Converter",
    "version": "4.0.2",
    "manifest_version": 2,
    "description": "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.",
    "icons": {
        "16": "icons\/coin.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ]
}