Captain Falcoin
Cryptocurrency Portfolio Tracker - Monitor up to 1000 different cryptocurrencies !
什么是Captain Falcoin?
Captain Falcoin是由https://captainfalcoin.com开发的Chrome扩展程序,该扩展的主要功能是“Cryptocurrency Portfolio Tracker - Monitor up to 1000 different cryptocurrencies !”。
扩展截图
下载Captain Falcoin扩展crx文件
下载Captain Falcoin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension replaces your new tab default page with a cryptocurrency portfolio tracker.
Monitor up to 1000 different cryptocurrencies! 扩展基本信息
| 名称 | |
| ID | ljieledboiomccbmmcgemjomoclabmde |
| 官方URL | https://chromewebstore.google.com/detail/captain-falcoin/ljieledboiomccbmmcgemjomoclabmde |
| 简介 | Cryptocurrency Portfolio Tracker - Monitor up to 1000 different cryptocurrencies ! |
| 文件大小 | 70.4 KB |
| 安装次数 | 23 |
| 当前版本 | 1.0.5 |
| 更新时间 | 2017-10-22 |
| 上架时间 | 2017-10-21 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | https://captainfalcoin.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://captainfalcoin.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Captain Falcoin",
"description": "Cryptocurrency Portfolio Tracker - Monitor up to 1000 different cryptocurrencies !",
"version": "1.0.5",
"browser_action": {
"default_icon": "logo.png"
},
"icons": {
"16": "icon16x16.png",
"48": "icon48x48.png",
"128": "icon128x128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |