Get Used to Bitcoin
Real-time bitcoin conversion extension.
Get Used to Bitcoin क्या है?
Get Used to Bitcoin Get Used to Bitcoin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Real-time bitcoin conversion extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Get Used to Bitcoin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get Used to Bitcoin is a real-time bitcoin conversion browser extension for Google Chrome and Firefox that scans web-pages for price values and provides the value converted to bitcoin. At the click of a button, see the prices of goods and services in bitcoin on any website, including many of the world’s largest e-commerce sites. Our extension is tested and proven to work on Amazon, eBay, Best Buy, Costco, and many others. No calculators, no confusion, no-brainer. To use our extension, navigate to any web-page and click on the browser action icon in the top-right corner of your web browser. All price values on the web-page will be almost instantly converted to bitcoin. It's that simple. For accurate results, bitcoin conversion rates are fetched from Blockchain's bitcoin ticker API, which is updated every fifteen minutes. Our advanced content script accurately detects and converts price values of almost any format and can automatically recognize multiple currencies. For better precision, converted values less than one bitcoin are displayed as satoshis, a bitcoin sub-unit. One bitcoin is equal to one-hundred-million satoshis. Please note that this extension does not mine crypto-currency. Get Used to Bitcoin currently supports the following currencies: • United States Dollar • Euro • Pound Sterling • Japanese Yen • Australian Dollar • Thai Baht • South Korean Won • Russian Ruble Trouble seeing bitcoin everywhere? Send us an email at [email protected] with the website address and a screenshot of the issue.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kffgfjkkdfkbgldblbeilgllplgeiknk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/get-used-to-bitcoin/kffgfjkkdfkbgldblbeilgllplgeiknk |
विवरण | Real-time bitcoin conversion extension. |
फ़ाइल का आकार | 11.16 KB |
स्थापना संख्या | 152 |
वर्तमान संस्करण | 1.10 |
अंतिम अपडेट | 2019-10-30 |
प्रकाशन तिथि | 2019-10-28 |
रेटिंग | 4.43/5 कुल 7 रेटिंग्स |
डेवलपर | Get Used to Bitcoin |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://getusedtobitcoin.com |
गोपनीयता नीति पृष्ठ URL | https://getusedtobitcoin.com/privacy-notice |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get Used to Bitcoin", "version": "1.10", "description": "Real-time bitcoin conversion extension.", "browser_action": { "default_icon": "disabled.png", "default_title": "Click to convert prices on this web-page to bitcoin" }, "background": { "page": "background.html", "persistent": false }, "permissions": [ "activeTab", "tabs", "storage" ], "icons": { "96": "icon.png" }, "options_ui": { "page": "options.html", "open_in_tab": false, "chrome_style": true }, "web_accessible_resources": [ "javascript\/helpers.js" ], "offline_enabled": false, "manifest_version": 2 } |