Crypto Price Ticker
Watch price of cryptocurrencies in your toolbar
Crypto Price Tickerとは何ですか?
Crypto Price TickerはSergei Lによって開発されたChromeの拡張機能で、その主な機能は「Watch price of cryptocurrencies in your toolbar」です。
拡張機能のスクリーンショット
Crypto Price Ticker拡張機能のCRXファイルをダウンロード
Crypto Price Ticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Supported tickers from Binance, Bitfinex, Coinbase and other exchanges. Setup your pairs in the options. Icons made by srip from www.flaticon.com
拡張機能の基本情報
名前 | |
ID | fdoanglfpolkbiecojimldfagdgfonpn |
公式URL | https://chrome.google.com/webstore/detail/crypto-price-ticker/fdoanglfpolkbiecojimldfagdgfonpn |
説明 | Watch price of cryptocurrencies in your toolbar |
ファイルサイズ | 21.58 KB |
インストール数 | 823 |
現在のバージョン | 1.1.7 |
最終更新日 | 2021-06-21 |
公開日 | 2020-08-29 |
評価 | 4.91/5 合計 23 レビュー |
開発者 | Sergei L |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto Price Ticker", "description": "Watch price of cryptocurrencies in your toolbar", "version": "1.1.7", "author": "srglbnv", "icons": { "128": "icon_128.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": [], "manifest_version": 2, "permissions": [ "storage" ] } |