Bitcoin Price
A tool to show Bitcoin price, desktop notifications, and Bitcoin news
什么是Bitcoin Price?
Bitcoin Price是由shaomxing开发的Chrome扩展程序,该扩展的主要功能是“A tool to show Bitcoin price, desktop notifications, and Bitcoin news”。
扩展截图
下载Bitcoin Price扩展crx文件
下载Bitcoin Price扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension shows the price of Bitcoin, Litecoin, Ether and other cryptocurrencies. It can show notifications for your cryptocurrencies. Features: 1. Price tiker: A simple tool providing real time market value for Bitcoin (BTC), Litecoin (LTC), Ethereum (ETH), Bitcoin-cash(BCH), Ripple(XRP), Litecoin(LTC), Dash(DASH), Monero(XMR), etc. 2. Price notification: It can show notifications when the ticker price exceeds your defined price. 3. Bitcoin news: News from Bitcoin.com, NEWSBTC, Bitcoinist, etc. 4. Support 100+ cryptocurrencies.
扩展基本信息
名称 | |
ID | kjjlmgehohdbclcmfmphmifnppmcmeio |
官方URL | https://chrome.google.com/webstore/detail/bitcoin-price/kjjlmgehohdbclcmfmphmifnppmcmeio |
简介 | A tool to show Bitcoin price, desktop notifications, and Bitcoin news |
文件大小 | 323 KB |
安装次数 | 401 |
当前版本 | 1.7 |
更新时间 | 2020-02-05 |
上架时间 | 2020-02-05 |
评分 | 4.17/5 共12次评分 |
开发者 | shaomxing |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Price", "description": "A tool to show Bitcoin price, desktop notifications, and Bitcoin news", "version": "1.7", "icons": { "48": "img\/icon48.png", "128": "img\/icon.png" }, "options_page": "options.html", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery-1.10.2.min.js", "js\/info.js", "js\/fetchPrice.js", "js\/utils.js", "js\/background.js" ] }, "permissions": [ "notifications", "https:\/\/api.coinmarketcap.com\/*", "https:\/\/www.binance.com\/*", "https:\/\/fxhapi.feixiaohao.com\/*", "https:\/\/coinmarketcap.com\/*", "http:\/\/api.jinse.com\/", "https:\/\/x.btckan.com\/", "https:\/\/graphs2.coinmarketcap.com\/*" ] } |