Price in Bitcoins
Converts prices to Bitcoins for online retailers that accept the digital currency.
What is Price in Bitcoins?
Price in Bitcoins is a Chrome extension developed by brendonboshell, and its main feature is "Converts prices to Bitcoins for online retailers that accept the digital currency.".
Extension Screenshots
Download Price in Bitcoins Extension CRX File
Download Price in Bitcoins extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
'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.)
Extension Basic Information
Name | |
ID | klkhgjdlpbbbbdbifegjcihllcagojjg |
Official URL | https://chromewebstore.google.com/detail/price-in-bitcoins/klkhgjdlpbbbbdbifegjcihllcagojjg |
Description | Converts prices to Bitcoins for online retailers that accept the digital currency. |
File Size | 551 KB |
Installation Count | 27 |
Current Version | 1.0 |
Last Updated | 2014-01-26 |
Publish Date | 2014-01-26 |
Rating | 4.25/5 Total 8 Ratings |
Developer | brendonboshell |
Payment Type | free |
Supported Languages | 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" ] } |