Price in Bitcoins
Converts prices to Bitcoins for online retailers that accept the digital currency.
Price in Bitcoins là gì?
Price in Bitcoins là một tiện ích mở rộng Chrome được phát triển bởi brendonboshell, và tính năng chính của nó là "Converts prices to Bitcoins for online retailers that accept the digital currency.".
Ả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 Price in Bitcoins
Tải xuống các tệp mở rộng Price in Bitcoins 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
'Price in Bitcoins' converts prices to Bitcoins for online retailers that accept the digital currency. For Bitcoin to be considered a true currency, it makes sense for people to start trading with it directly. Even websites that accept Bitcoins normally price their items in USD or GBP. This extension automatically converts prices to milli-Bitcoins (mB) for true Bitcoin enthusiasts. Retailers supported: Overstock.com, TigerDirect.com. This is an early release; there's more retailers and great features to come. (Please note this extension is not affiliate with Overstock or TigerDirect. It is provided for convenience only. All prices should be checked in their original currency before making purchases.)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | klkhgjdlpbbbbdbifegjcihllcagojjg |
URL Chính Thức | https://chromewebstore.google.com/detail/price-in-bitcoins/klkhgjdlpbbbbdbifegjcihllcagojjg |
Mô tả | Converts prices to Bitcoins for online retailers that accept the digital currency. |
Kích Thước Tệp | 551 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 | 2014-01-26 |
Ngày Phát Hành | 2014-01-26 |
Đánh Giá | 4.25/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | brendonboshell |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Price in Bitcoins", "description": "Converts prices to Bitcoins for online retailers that accept the digital currency.", "version": "1.0", "icons": { "128": "icon.png" }, "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": false }, "page_action": { "default_icon": { "19": "images\/bitcoin-19.png", "38": "images\/bitcoin-38.png" }, "default_title": "Prices in Bitcoins", "default_popup": "popup.html" }, "permissions": [ "*:\/\/*\/*", "tabs" ], "web_accessible_resources": [ "images\/B_small.png" ] } |