Bitcoin Address Lookup

Lookup Bitcoin addresses from context menu.

Bitcoin Address Lookupとは何ですか?

Bitcoin Address Lookupはhttps://jonls.dkによって開発されたChromeの拡張機能で、その主な機能は「Lookup Bitcoin addresses from context menu.」です。

拡張機能のスクリーンショット

screenshot

Bitcoin Address Lookup拡張機能のCRXファイルをダウンロード

Bitcoin Address Lookup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Bitcoin Address Lookup Bitcoin Address Lookup
ID pmlblkdmadbidammhjiponepngbfcpge
公式URL https://chromewebstore.google.com/detail/bitcoin-address-lookup/pmlblkdmadbidammhjiponepngbfcpge
説明 Lookup Bitcoin addresses from context menu.
ファイルサイズ 12.01 KB
インストール数 226
現在のバージョン 0.1
最終更新日 2013-03-06
公開日 2013-03-06
評価 4.83/5 合計 6 レビュー
開発者 https://jonls.dk
支払い方法 free
対応言語 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"
    ]
}