Yet Another Bitcoin Price Ticker
A simple bitcoin price ticker, powered by Blockchain.info.
Yet Another Bitcoin Price Ticker là gì?
Yet Another Bitcoin Price Ticker là một tiện ích mở rộng Chrome được phát triển bởi RockyTV, và tính năng chính của nó là "A simple bitcoin price ticker, powered by Blockchain.info.".
Ả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 Yet Another Bitcoin Price Ticker
Tải xuống các tệp mở rộng Yet Another Bitcoin Price Ticker 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
Yet Another Bitcoin Price Ticker is a simple, free and open source extension that provides information about the current price of a single Bitcoin in over 15 currencies, all that displayed in a nice looking badge on your browser. Powered by Blockchain.info. Like it? Then give me a tip: 19jULv9rTHX3EvRbdasmrSrSEw19oqHSsT Source code: https://github.com/RockyTV/yabpt/ Help translate YABPT to your language: https://crowdin.com/project/yabpt/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | digkhhkhakkpankejbcpgghphidokljl |
URL Chính Thức | https://chrome.google.com/webstore/detail/yet-another-bitcoin-price/digkhhkhakkpankejbcpgghphidokljl |
Mô tả | A simple bitcoin price ticker, powered by Blockchain.info. |
Kích Thước Tệp | 154 KB |
Số Lần Cài Đặt | 187 |
Phiên Bản Hiện Tại | 1.5.3 |
Cập Nhật Lần Cuối | 2018-09-10 |
Ngày Phát Hành | 2018-09-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | RockyTV |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/RockyTV/yabpt/ |
URL Trang Trợ Giúp | https://github.com/RockyTV/yabpt/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yet Another Bitcoin Price Ticker", "short_name": "YABPT", "version": "1.5.3", "description": "__MSG_extensionDescription__", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": "icons\/icon-48.png", "default_title": "Yet Another Bitcoin Price Ticker", "browser_style": true }, "background": { "scripts": [ "src\/background.js" ] }, "permissions": [ "storage", "tabs", "https:\/\/blockchain.info\/ticker" ], "options_ui": { "page": "options\/options.html", "chrome_style": false }, "default_locale": "en_US", "applications": { "gecko": { "id": "jid1-BYl3kts609WbCw@jetpack" } } } |