Crypto Realtime Price Ticker (USD/EUR/INR)

Shows realtime data of crypto currency prices in USD, EUR AND INR.

ما هو Crypto Realtime Price Ticker (USD/EUR/INR)؟

Crypto Realtime Price Ticker (USD/EUR/INR) هو إضافة Chrome تم تطويرها بواسطة Pranit، والميزة الرئيسية لها هي "Shows realtime data of crypto currency prices in USD, EUR AND INR.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Crypto Realtime Price Ticker (USD/EUR/INR)

قم بتنزيل ملفات الامتداد Crypto Realtime Price Ticker (USD/EUR/INR) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Realtime Crypto Currency Data in USD/INR.

Shows top crypto currency price's in USD, EUR AND INR provided by Binance and WazirX .

Get the most accurate crypto price's using data from the world's top cryptocurrency exchanges.

Price is updated every second and you can easily switch between USD, EUR AND INR using dropdown menu.

Change log:
1.1 -  Added small BTC price badge, which data is updated every 60 seconds and added more price details on icon hover.

1.2-  Added BTC Price in EUR in hover state and added a redirect to a feedback form when extension is uninstalled. 

1.3- Changed the title.

1.3.1- Bug fixes.

2.0 - Added EUR, now data is updated every second!

2.0.1 - Added more places after decimal point for currencies with low prices.                    

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

الاسم Crypto Realtime Price Ticker (USD/EUR/INR) Crypto Realtime Price Ticker (USD/EUR/INR)
ID ggjccaidoaembkaeefcciodfjiljkjeb
عنوان URL الرسمي https://chromewebstore.google.com/detail/crypto-realtime-price-tic/ggjccaidoaembkaeefcciodfjiljkjeb
الوصف Shows realtime data of crypto currency prices in USD, EUR AND INR.
حجم الملف 67.45 KB
عدد التثبيتات 47
النسخة الحالية 2.0.1
آخر تحديث 2022-01-11
تاريخ النشر 2021-11-16
تقييم 5.00/5 مجموع تقييمات 4
المطور Pranit
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Realtime Price Ticker (USD\/EUR\/INR)",
    "version": "2.0.1",
    "manifest_version": 2,
    "description": "Shows realtime data of crypto currency prices in USD, EUR AND INR.",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "\/img\/default.png"
    },
    "icons": {
        "128": "\/img\/128x128.png",
        "48": "\/img\/48x48.png",
        "16": "\/img\/16x16.png"
    },
    "permissions": [
        "background",
        "alarms"
    ],
    "background": {
        "scripts": [
            ".\/dist\/background.js"
        ],
        "persistent": false
    }
}