CryptoCurrency Ticker
Receive the latest changes on your CryptoCurrency and AltCoin value in $US.
什么是CryptoCurrency Ticker?
CryptoCurrency Ticker是由Daniel开发的Chrome扩展程序,该扩展的主要功能是“Receive the latest changes on your CryptoCurrency and AltCoin value in $US.”。
扩展截图
下载CryptoCurrency Ticker扩展crx文件
下载CryptoCurrency Ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
CryptoCurrency Ticker shows you the latest changes in BitCoin and the most popular AltCoin values in your browser bar. No need to register or login. Everything works immediately. No more searching for the latest price changes.
扩展基本信息
名称 | |
ID | fmcgaglejkpgakandolgkjnnafgodpgd |
官方URL | https://chrome.google.com/webstore/detail/cryptocurrency-ticker/fmcgaglejkpgakandolgkjnnafgodpgd |
简介 | Receive the latest changes on your CryptoCurrency and AltCoin value in $US. |
文件大小 | 46.87 KB |
安装次数 | 226 |
当前版本 | 1.0.1 |
更新时间 | 2017-08-18 |
上架时间 | 2017-08-18 |
评分 | 3.33/5 共6次评分 |
开发者 | Daniel |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CryptoCurrency Ticker", "description": "Receive the latest changes on your CryptoCurrency and AltCoin value in $US.", "version": "1.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "currency.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/ajax.googleapis.com\/", "https:\/\/api.coinmarketcap.com\/" ] } |