Crypto Ticker
Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.
什么是Crypto Ticker?
Crypto Ticker是由epubreader开发的Chrome扩展程序,该扩展的主要功能是“Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.”。
扩展截图
下载Crypto Ticker扩展crx文件
下载Crypto Ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Crypto Ticker shows the current price of your favourite crypto currency in the browser toolbar. You can select between over 1,500 crypto and more than 30 fiat currencies. Prices are taken from coincap dot io and are updated every 60 seconds. If the price is >= 10000, the price is displayed as K value as only 4 characters can be displayed. E.g. 10000 translates to 10.0. On mouse over the precise price is displayed. Please contact cryptotickerext at gmail dot com for support.
扩展基本信息
名称 | Crypto Ticker |
ID | lnlbponfieopeapilgijoffpadgnjgef |
官方URL | https://chromewebstore.google.com/detail/crypto-ticker/lnlbponfieopeapilgijoffpadgnjgef |
简介 | Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos. |
文件大小 | 19.33 KB |
安装次数 | 1,627 |
当前版本 | 1.0.18 |
更新时间 | 2021-01-08 |
上架时间 | 2018-12-29 |
评分 | 3.63/5 共8次评分 |
开发者 | epubreader |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Ticker", "description": "Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.", "icons": { "16": "skin\/ticker_16.png", "32": "skin\/ticker_32.png", "48": "skin\/ticker_48.png", "128": "skin\/ticker_128.png" }, "version": "1.0.18", "author": "Crypton", "browser_action": { "default_icon": { "16": "skin\/ticker_16.png", "32": "skin\/ticker_32.png", "48": "skin\/ticker_48.png", "128": "skin\/ticker_128.png" }, "default_title": "Crypto Ticker", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/rate.js", "js\/background.js" ] }, "permissions": [ "https:\/\/api.coincap.io\/", "https:\/\/www.ecb.europa.eu\/", "storage" ] } |