Price in Bitcoins
Converts prices to Bitcoins for online retailers that accept the digital currency.
Was ist Price in Bitcoins?
Price in Bitcoins ist eine Chrome-Erweiterung, die von brendonboshell entwickelt wurde, und ihr Hauptmerkmal ist "Converts prices to Bitcoins for online retailers that accept the digital currency.".
Erweiterungsscreenshots
Price in Bitcoins-Erweiterungs-CRX-Datei herunterladen
Laden Sie Price in Bitcoins-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
'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.)
Grundlegende Informationen zur Erweiterung
Name | |
ID | klkhgjdlpbbbbdbifegjcihllcagojjg |
Offizielle URL | https://chromewebstore.google.com/detail/price-in-bitcoins/klkhgjdlpbbbbdbifegjcihllcagojjg |
Beschreibung | Converts prices to Bitcoins for online retailers that accept the digital currency. |
Dateigröße | 551 KB |
Installationsanzahl | 27 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-01-26 |
Veröffentlichungsdatum | 2014-01-26 |
Bewertung | 4.25/5 Insgesamt 8 Bewertungen |
Entwickler | brendonboshell |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |