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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |