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
Eメール [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"
            ]
        }
    ]
}