Bitcoin Cash (BCH) | Simple Ticker
Displays quick information about the current price of Bitcoin Cash in your browser's toolbar.
什么是Bitcoin Cash (BCH) | Simple Ticker?
Bitcoin Cash (BCH) | Simple Ticker是由txpetr.cz开发的Chrome扩展程序,该扩展的主要功能是“Displays quick information about the current price of Bitcoin Cash in your browser's toolbar.”。
扩展截图
下载Bitcoin Cash (BCH) | Simple Ticker扩展crx文件
下载Bitcoin Cash (BCH) | Simple Ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Description
------------------
This plugin displays the current Bitcoin Cash (BCH) price in USD ($) from coinlib.io simply in your browser's toolbar so you can see it immediately.
Functions
----------------
- currency: USD
- price check every minute
- badge color according to the current (last 24h) exchange rate (red = down, green = up)
- popup window with statistics after clicking on the toolbar icon
History
-------------
v 1.0.1 (09.01.2021)
- blinking badge when extension rate changed
- click event on icon removed and replaced with data popup
- detailed statistics in toolbar context menu
v 1.0.0 (07.01.2021)
- price check every minute
- badge color according to the current exchange rate
- clicking on the icon redirects to statistics
- currency: USD 扩展基本信息
| 名称 | |
| ID | ioehgglofgnhnkeihkdpfeankodhmjmn |
| 官方URL | https://chromewebstore.google.com/detail/bitcoin-cash-bch-simple-t/ioehgglofgnhnkeihkdpfeankodhmjmn |
| 简介 | Displays quick information about the current price of Bitcoin Cash in your browser's toolbar. |
| 文件大小 | 135 KB |
| 安装次数 | 41 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2021-01-17 |
| 上架时间 | 2021-01-17 |
| 开发者 | txpetr.cz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.txpetr.cz/ |
| 帮助页面URL | https://www.txpetr.cz/ |
| 隐私政策页面URL | https://www.txpetr.cz/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bitcoin Cash (BCH) | Simple Ticker",
"description": "Displays quick information about the current price of Bitcoin Cash in your browser's toolbar.",
"version": "1.0.1",
"icons": {
"128": "icons\/128.png"
},
"browser_action": {
"default_title": "Bitcoin Cash (BCH)",
"default_icon": "icons\/19.png",
"default_popup": "html\/popup.html"
},
"background": {
"scripts": [
"js\/jquery.min.js",
"js\/background.js"
],
"persistent": true
},
"permissions": [
"https:\/\/coinlib.io\/coin\/BCH\/Bitcoin+Cash",
"contextMenus"
]
} | |