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 |
| 官方網址 | 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\/"
} | |