Bitcoin Ticker Brasil
Veja a cotação em reais do Bitcoin nas principais exchanges brasileiras.
什么是Bitcoin Ticker Brasil?
Bitcoin Ticker Brasil是由https://zavan.me开发的Chrome扩展程序,该扩展的主要功能是“Veja a cotação em reais do Bitcoin nas principais exchanges brasileiras.”。
扩展截图
下载Bitcoin Ticker Brasil扩展crx文件
下载Bitcoin Ticker Brasil扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extensão para o Google Chrome com cotações das principais exchanges do Brasil atualizadas de minuto em minuto. 扩展基本信息
| 名称 | |
| ID | jaachmijjgimeageefijcpcaeljhblmd |
| 官方URL | https://chromewebstore.google.com/detail/bitcoin-ticker-brasil/jaachmijjgimeageefijcpcaeljhblmd |
| 简介 | Veja a cotação em reais do Bitcoin nas principais exchanges brasileiras. |
| 文件大小 | 65.04 KB |
| 安装次数 | 38 |
| 当前版本 | 0.3.2 |
| 更新时间 | 2021-10-30 |
| 上架时间 | 2017-03-08 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://zavan.me |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://gitlab.com/zavan/bitcoin-ticker-brasil |
| 支持的语言 | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bitcoin Ticker Brasil",
"description": "Veja a cota\u00e7\u00e3o em reais do Bitcoin nas principais exchanges brasileiras.",
"version": "0.3.2",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"vendor\/jquery-3.1.1.min.js",
"background.js"
],
"persistent": false
},
"permissions": [
"alarms",
"storage",
"http:\/\/api.bitvalor.com\/"
]
} | |