Bitcoin Address Lookup

Lookup Bitcoin addresses from context menu.

Co to jest Bitcoin Address Lookup?

Bitcoin Address Lookup to rozszerzenie Chrome opracowane przez https://jonls.dk, a jego główną funkcją jest „Lookup Bitcoin addresses from context menu.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bitcoin Address Lookup

Pobierz pliki rozszerzeń Bitcoin Address Lookup w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Bitcoin Address Lookup Bitcoin Address Lookup
ID pmlblkdmadbidammhjiponepngbfcpge
Oficjalny URL https://chromewebstore.google.com/detail/bitcoin-address-lookup/pmlblkdmadbidammhjiponepngbfcpge
Opis Lookup Bitcoin addresses from context menu.
Rozmiar pliku 12.01 KB
Liczba instalacji 226
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2013-03-06
Data Publikacji 2013-03-06
Ocena 4.83/5 Łącznie 6 Oceny
Deweloper https://jonls.dk
Typ Płatności free
Obsługiwane Języki 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"
    ]
}