Bitcoin Address Lookup

Lookup Bitcoin addresses from context menu.

Apa itu Bitcoin Address Lookup?

Bitcoin Address Lookup adalah ekstensi Chrome yang dikembangkan oleh https://jonls.dk, dan fitur utamanya adalah "Lookup Bitcoin addresses from context menu.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bitcoin Address Lookup

Unduh file ekstensi Bitcoin Address Lookup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Bitcoin Address Lookup Bitcoin Address Lookup
ID pmlblkdmadbidammhjiponepngbfcpge
URL Resmi https://chromewebstore.google.com/detail/bitcoin-address-lookup/pmlblkdmadbidammhjiponepngbfcpge
Deskripsi Lookup Bitcoin addresses from context menu.
Ukuran File 12.01 KB
Jumlah Instalasi 226
Versi Saat Ini 0.1
Terakhir Diperbarui 2013-03-06
Tanggal Publikasi 2013-03-06
Penilaian 4.83/5 Total 6 Penilaian
Pengembang https://jonls.dk
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}