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 |
| 官方網址 | 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"
]
} | |