Blockchain.info Address Search

Adds right-click context menu to search Blockchain.info for a bitcoin address

Apa itu Blockchain.info Address Search?

Blockchain.info Address Search adalah ekstensi Chrome yang dikembangkan oleh jtibble, dan fitur utamanya adalah "Adds right-click context menu to search Blockchain.info for a bitcoin address".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Blockchain.info Address Search

Unduh file ekstensi Blockchain.info Address Search 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

                        UPDATE Dec 6 2013: Now if you highlight a transaction hash, it will pull it up as well!


Install this extension to add a right-click context menu to Chrome. When a bitcoin address is selected (by double-clicking), right-click and choose the "Search Blockchain.info" option to pull up that address' history at Blockchain.info.

If you find this extension useful, send a bitcent or two to
1Jnvhd8XupVWtNuhMnZZczNTXDeoEB5YyW

Code can be found at https://github.com/jtibble/Blockchain.info-Search-Chrome-Extension

Thanks!                    

Informasi Dasar Ekstensi

Nama Blockchain.info Address Search Blockchain.info Address Search
ID aipmpbhchlkopmpoaipbelfpniojcnkb
URL Resmi https://chromewebstore.google.com/detail/blockchaininfo-address-se/aipmpbhchlkopmpoaipbelfpniojcnkb
Deskripsi Adds right-click context menu to search Blockchain.info for a bitcoin address
Ukuran File 10.33 KB
Jumlah Instalasi 440
Versi Saat Ini 1.11
Terakhir Diperbarui 2013-12-07
Tanggal Publikasi 2013-12-07
Penilaian 4.31/5 Total 13 Penilaian
Pengembang jtibble
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blockchain.info Address Search",
    "description": "Adds right-click context menu to search Blockchain.info for a bitcoin address",
    "version": "1.11",
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "search.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon_tiny.png"
    }
}