Bitcoin Address Lookup

Lookup Bitcoin addresses from context menu.

Vad är Bitcoin Address Lookup?

Bitcoin Address Lookup är en Chrome-tillägg utvecklad av https://jonls.dk, och dess huvudfunktion är "Lookup Bitcoin addresses from context menu.".

Tilläggsskärmbilder

screenshot

Ladda ner Bitcoin Address Lookup-förlängningens CRX-fil

Ladda ner Bitcoin Address Lookup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Bitcoin Address Lookup Bitcoin Address Lookup
ID pmlblkdmadbidammhjiponepngbfcpge
Officiell webbadress https://chromewebstore.google.com/detail/bitcoin-address-lookup/pmlblkdmadbidammhjiponepngbfcpge
Beskrivning Lookup Bitcoin addresses from context menu.
Filstorlek 12.01 KB
Antal Installationer 226
Aktuell Version 0.1
Senast Uppdaterad 2013-03-06
Publiceringsdatum 2013-03-06
Betyg 4.83/5 Totalt 6 Betyg
Utvecklare https://jonls.dk
Betalningssätt free
Stödda Språk 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"
    ]
}