multisend

load multi send by csv to blockchain.info

什麼是multisend?

multisend是由hpyhacking開發的Chrome擴展程式,該擴展的主要功能是“load multi send by csv to blockchain.info”。

擴展截圖

screenshot

下載multisend擴展crx文件

下載multisend擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Easy send to multi address bitcoin in blockchain.info, save your miner fee.

step 1. record your payment in Excel or Numbers.
step 2. copy 2 columns ADDRESS and AMOUNT.
step 3. in blockchain.info custom send panel, click multisend icon and peast.
step 4. check your payments and send it.                    

擴展基本資訊

名稱 multisend multisend
ID pmbmnanffjphebhlejfnbghanlkakjcn
官方網址 https://chrome.google.com/webstore/detail/multisend/pmbmnanffjphebhlejfnbghanlkakjcn
簡介 load multi send by csv to blockchain.info
檔案大小 41.41 KB
安裝次數 111
目前版本 1.3
更新時間 2013-09-15
上架時間 2013-09-15
開發者 hpyhacking
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "multisend",
    "version": "1.3",
    "manifest_version": 2,
    "description": "load multi send by csv to blockchain.info",
    "permissions": [
        "tabs",
        "https:\/\/blockchain.info\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/blockchain.info\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}