criptoprecio

Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…

什么是criptoprecio?

criptoprecio是由pablocomiranda开发的Chrome扩展程序,该扩展的主要功能是“Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…”。

扩展截图

screenshot
screenshot

下载criptoprecio扩展crx文件

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

扩展使用说明

                        Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.

Learn about how the value changes and know instantly when crypto prices move. A simple interface helps you visualize the price and changes easily.

Details per coin: Mkt Cap Rank , Price , 1h% change , 1d% change , 1w% change.



No registration required, all information is stored locally.


Follow us on:
Twitter: @criptoprecio                    

扩展基本信息

名称 criptoprecio criptoprecio
ID hgnfiejekiilbchdomcjkmffnbjlbflc
官方URL https://chromewebstore.google.com/detail/criptoprecio/hgnfiejekiilbchdomcjkmffnbjlbflc
简介 Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…
文件大小 849 KB
安装次数 98
当前版本 16.1
更新时间 2023-12-06
上架时间 2021-06-08
评分 5.00/5 共1次评分
开发者 pablocomiranda
电子邮箱 [email protected]
付费类型 free
扩展官网 https://twitter.com/ValorCriptoBot
帮助页面URL https://twitter.com/ValorCriptoBot
隐私政策页面URL https://developer.chrome.com/docs/webstore/program-policies/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "criptoprecio",
    "version": "16.1",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}