Instant BTC to USD/GBP
Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
What is Instant BTC to USD/GBP?
Instant BTC to USD/GBP is a Chrome extension developed by https://witty-feeds1.blogspot.com, and its main feature is "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.".
Extension Screenshots
Download Instant BTC to USD/GBP Extension CRX File
Download Instant BTC to USD/GBP 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
Simple and Easy Plugin to convert any amount from BTC to USD without leaving the page. Select the value in BTC and right click on it our extension automatically convert that into USD and GBP. Icon Credit: https://www.flaticon.com/authors/tomas-knop
Extension Basic Information
Name | Instant BTC to USD/GBP |
ID | blgikkibpagbmnldeibbllmkeegkblbl |
Official URL | https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl |
Description | Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page. |
File Size | 19.49 KB |
Installation Count | 43 |
Current Version | 4.0.2 |
Last Updated | 2017-09-09 |
Publish Date | 2017-09-08 |
Rating | 4.00/5 Total 5 Ratings |
Developer | https://witty-feeds1.blogspot.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.google.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant BTC to USD\/GBP", "short_name": "BTC to USD\/GBP Converter", "version": "4.0.2", "manifest_version": 2, "description": "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.", "icons": { "16": "icons\/coin.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ] } |