Tiqr: Live Crypto Prices

Live prices for 13000+ crypto coins while browsing the web

什么是Tiqr: Live Crypto Prices?

Tiqr: Live Crypto Prices是由tiqr.io开发的Chrome扩展程序,该扩展的主要功能是“Live prices for 13000+ crypto coins while browsing the web”。

扩展截图

screenshot
screenshot
screenshot

下载Tiqr: Live Crypto Prices扩展crx文件

下载Tiqr: Live Crypto Prices扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Tiqr is a free crypto monitor that adds a tape below your address bar to show the latest cryptocurrency prices in a dynamically scrolling bar. 

Tiqr is a lightweight and useful add-on designed for getting a quick peek at your favorite crypto coins. Once you activate the extension and add your favorite coins such as Bitcoin, Ethereum, and Dogecoin, you will see a real-time coin tracker just below the address bar of your web browser. And it dynamically moves the coins from right to left with automatic updates once every 1 minute. 

Download the free Tiqr extension to get access to great features including: 
- 13000+ coins to track and monitor. 
- 500+ crypto exchanges. 
- 24H price change percentage. 
- Automatically refreshed cryptocurrency prices. 

And much more!                    

扩展基本信息

名称 Tiqr: Live Crypto Prices Tiqr: Live Crypto Prices
ID flfonhpekfdgilhocncjjjlnijlbleem
官方URL https://chromewebstore.google.com/detail/tiqr-live-crypto-prices/flfonhpekfdgilhocncjjjlnijlbleem
简介 Live prices for 13000+ crypto coins while browsing the web
文件大小 280 KB
安装次数 69
当前版本 0.0.1
更新时间 2022-03-24
上架时间 2022-03-24
评分 5.00/5 共3次评分
开发者 tiqr.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tiqr.webflow.io/
隐私政策页面URL https://tiqr.webflow.io/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiqr: Live Crypto Prices",
    "version": "0.0.1",
    "manifest_version": 3,
    "description": "Live prices for 13000+ crypto coins while browsing the web",
    "content_scripts": [
        {
            "matches": [
                "",
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                ".\/main.js"
            ],
            "css": [
                "\/main.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "\/assets\/GREY-128-128.png"
    },
    "icons": {
        "16": "\/assets\/logo144.png",
        "32": "\/assets\/logo144.png",
        "48": "\/assets\/48.png",
        "128": "\/assets\/128-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/down.png",
                "\/assets\/up.png",
                "\/assets\/off.png"
            ],
            "matches": [
                "",
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}