BitRef
Check Bitcoin Address Balance Tool
什么是BitRef?
BitRef是由https://bitref.com开发的Chrome扩展程序,该扩展的主要功能是“Check Bitcoin Address Balance Tool”。
扩展截图
下载BitRef扩展crx文件
下载BitRef扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
BitRef will help you view the current balance of any Bitcoin address. Just type: "btc [space or tab] bitcoin_address" in Chrome's address bar. This is the easiest and fastest way to check balance of any Bitcoin address. 扩展基本信息
| 名称 | |
| ID | ilfkfnelpnipciclabnebcangnnlmjgn |
| 官方URL | https://chromewebstore.google.com/detail/bitref/ilfkfnelpnipciclabnebcangnnlmjgn |
| 简介 | Check Bitcoin Address Balance Tool |
| 文件大小 | 11.15 KB |
| 安装次数 | 288 |
| 当前版本 | 1.0 |
| 更新时间 | 2017-03-27 |
| 上架时间 | 2017-03-27 |
| 评分 | 4.00/5 共3次评分 |
| 开发者 | https://bitref.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://bitref.com/ |
| 隐私政策页面URL | https://www.privacypolicies.com/live/3544ec04-1f07-43ce-a6a5-7eaaa78f1d07 |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BitRef",
"version": "1.0",
"description": "Check Bitcoin Address Balance Tool",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"bitref.js"
]
},
"omnibox": {
"keyword": "btc"
},
"permissions": [],
"homepage_url": "https:\/\/bitref.com\/"
} | |