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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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"
]
} | |