multisend
load multi send by csv to blockchain.info
multisendとは何ですか?
multisendはhpyhackingによって開発されたChromeの拡張機能で、その主な機能は「load multi send by csv to blockchain.info」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| ID | pmbmnanffjphebhlejfnbghanlkakjcn |
| 公式URL | 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"
]
}
]
} | |