Instant BTC to USD/GBP
Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
什么是Instant BTC to USD/GBP?
Instant BTC to USD/GBP是由https://witty-feeds1.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.”。
扩展截图
下载Instant BTC to USD/GBP扩展crx文件
下载Instant BTC to USD/GBP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Instant BTC to USD/GBP |
ID | blgikkibpagbmnldeibbllmkeegkblbl |
官方URL | https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl |
简介 | Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page. |
文件大小 | 19.49 KB |
安装次数 | 43 |
当前版本 | 4.0.2 |
更新时间 | 2017-09-09 |
上架时间 | 2017-09-08 |
评分 | 4.00/5 共5次评分 |
开发者 | https://witty-feeds1.blogspot.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://www.google.com/privacy |
支持的语言 | 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" ] } |