Bitcoin price
Displays the current bitcoin price.
Bitcoin price là gì?
Bitcoin price là một tiện ích mở rộng Chrome được phát triển bởi ar2r, và tính năng chính của nó là "Displays the current bitcoin price.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bitcoin price
Tải xuống các tệp mở rộng Bitcoin price dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mnphabhdkpljeimcfpdpppbamedonofb |
URL Chính Thức | https://chrome.google.com/webstore/detail/bitcoin-price/mnphabhdkpljeimcfpdpppbamedonofb |
Mô tả | Displays the current bitcoin price. |
Kích Thước Tệp | 63.82 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-01-17 |
Ngày Phát Hành | 2018-01-17 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | ar2r |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://allcoinindex.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |