Price in Bitcoins
Converts prices to Bitcoins for online retailers that accept the digital currency.
Price in Bitcoinsคืออะไร?
Price in Bitcoins เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brendonboshell และคุณลักษณะหลักของมันคือ "Converts prices to Bitcoins for online retailers that accept the digital currency."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Price in Bitcoins
ดาวน์โหลดไฟล์ส่วนขยาย Price in Bitcoins ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
'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.)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | klkhgjdlpbbbbdbifegjcihllcagojjg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/price-in-bitcoins/klkhgjdlpbbbbdbifegjcihllcagojjg |
คำอธิบาย | Converts prices to Bitcoins for online retailers that accept the digital currency. |
ขนาดไฟล์ | 551 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-01-26 |
วันที่เผยแพร่ | 2014-01-26 |
คะแนน | 4.25/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | brendonboshell |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |