Price in Bitcoins
Converts prices to Bitcoins for online retailers that accept the digital currency.
Price in Bitcoins क्या है?
Price in Bitcoins brendonboshell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts prices to Bitcoins for online retailers that accept the digital currency."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Price in Bitcoins एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
'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" ] } |