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
官方網址 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"
            ]
        }
    ]
}