Bitcoin Address Lookup

Lookup Bitcoin addresses from context menu.

Wat is Bitcoin Address Lookup?

Bitcoin Address Lookup is een Chrome-extensie ontwikkeld door https://jonls.dk, en de belangrijkste functie is "Lookup Bitcoin addresses from context menu.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bitcoin Address Lookup

Download Bitcoin Address Lookup-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

                        Lookup Bitcoin addresses from the context menu. Currently blockchain.info is supported for lookups. Highlight the Bitcoin address on any page with the mouse, then right-click and select "Lookup Bitcoin address". You can also simply right-click any valid Bitcoin URL link and select the same option. The address info page will open in a new tab.

The source code is available here: https://github.com/jonls/Bitcoin-Address-Lookup                    

Basisinformatie over de Extensie

Naam Bitcoin Address Lookup Bitcoin Address Lookup
ID pmlblkdmadbidammhjiponepngbfcpge
Officiële URL https://chromewebstore.google.com/detail/bitcoin-address-lookup/pmlblkdmadbidammhjiponepngbfcpge
Beschrijving Lookup Bitcoin addresses from context menu.
Bestandsgrootte 12.01 KB
Aantal Installaties 226
Huidige Versie 0.1
Laatst Bijgewerkt 2013-03-06
Publicatiedatum 2013-03-06
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar https://jonls.dk
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitcoin Address Lookup",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Lookup Bitcoin addresses from context menu.",
    "icons": {
        "16": "images\/bitcoin-16.png",
        "48": "images\/bitcoin-48.png",
        "128": "images\/bitcoin-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ]
}