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)是由Pranit开发的Chrome扩展程序,该扩展的主要功能是“Shows realtime data of crypto currency prices in USD, EUR AND INR.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Crypto Realtime Price Ticker (USD/EUR/INR)扩展crx文件

下载Crypto Realtime Price Ticker (USD/EUR/INR)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
    }
}