BitRef
Check Bitcoin Address Balance Tool
Wat is BitRef?
BitRef is een Chrome-extensie ontwikkeld door https://bitref.com, en de belangrijkste functie is "Check Bitcoin Address Balance Tool".
Extensie Screenshots
Download het CRX-bestand van de extensie BitRef
Download BitRef-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | BitRef |
ID | ilfkfnelpnipciclabnebcangnnlmjgn |
Officiële URL | https://chromewebstore.google.com/detail/bitref/ilfkfnelpnipciclabnebcangnnlmjgn |
Beschrijving | Check Bitcoin Address Balance Tool |
Bestandsgrootte | 11.15 KB |
Aantal Installaties | 288 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-03-27 |
Publicatiedatum | 2017-03-27 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://bitref.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://bitref.com/ |
URL van de Privacybeleid Pagina | https://www.privacypolicies.com/live/3544ec04-1f07-43ce-a6a5-7eaaa78f1d07 |
Ondersteunde Talen | 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\/" } |