Bitcoin price
Displays the current bitcoin price.
什么是Bitcoin price?
Bitcoin price是由ar2r开发的Chrome扩展程序,该扩展的主要功能是“Displays the current bitcoin price.”。
扩展截图
下载Bitcoin price扩展crx文件
下载Bitcoin price扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple BTC / Bitcoin price tracker. data provided by Coinmarketcap. You can also download my other coin tracker (alt coins) ETC Etherum price tracker LTC Litecoin price tracker XMR Monero Price tracker ZEC Zcash price tracker DOGE Dogecoin price tracker DASH Dash price tracker Please, feel free to ask for any other coin you want or any other feature.
扩展基本信息
名称 | |
ID | mnphabhdkpljeimcfpdpppbamedonofb |
官方URL | https://chrome.google.com/webstore/detail/bitcoin-price/mnphabhdkpljeimcfpdpppbamedonofb |
简介 | Displays the current bitcoin price. |
文件大小 | 63.82 KB |
安装次数 | 27 |
当前版本 | 1.0 |
更新时间 | 2018-01-17 |
上架时间 | 2018-01-17 |
评分 | 3.00/5 共2次评分 |
开发者 | ar2r |
付费类型 | free |
扩展官网 | http://allcoinindex.com/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": { "19": "19.png" }, "default_popup": "price.htm", "default_title": "Click to show more information" }, "description": "Displays the current bitcoin price.", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Bitcoin price", "permissions": [ "https:\/\/coinmarketcap.com\/", "storage" ], "short_name": "Bitcoin Price", "version": "1.0" } |