Resolve

Get a BSV address for $handle, 1handle or Paymail

Resolveคืออะไร?

Resolve เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark Allison และคุณลักษณะหลักของมันคือ "Get a BSV address for $handle, 1handle or Paymail"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Resolve

ดาวน์โหลดไฟล์ส่วนขยาย Resolve ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Resolve a Handcash, RelayX or PayMail handle to a Bitcoin SV Address. Displays QR code and address.

Browser extension to get the next receiving address for a handcash, relayx or PayMail wallet. Bitcoin SV only (the original bitcoin).

What does it do?
Enter any handcash $handle, RelayX handle or PayMail address and the extension will query the polynym.io API and get a Bitcoin SV receiving address for that handle and then display it in the extension. 

Why this extension?
Consider that you may wish to receive money to your wallet, but you're on your PC and you need to get a receiving address. There are various reasons for this:

* You've lost your phone or it's out of charge right now.
* You want to receive bitcoin SV from someone but they don't currently have a handcash, relayx or PayMail supported wallet.
* You want to withdraw bitcoin SV from an exchange and they don't support handles, so you have to give them a bitcoin address.
* You don't have a handcash, relayx or PayMail wallet but you want to send someone money that does have a supported wallet, and you know their handle.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Resolve Resolve
ID cjaageogilnheopkplbgkheppimlegoh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/resolve/cjaageogilnheopkplbgkheppimlegoh
คำอธิบาย Get a BSV address for $handle, 1handle or Paymail
ขนาดไฟล์ 85.78 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 2
อัปเดตครั้งล่าสุด 2019-12-06
วันที่เผยแพร่ 2019-12-06
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Mark Allison
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Resolve",
    "version": "2",
    "description": "Get a BSV address for $handle, 1handle or Paymail",
    "icons": {
        "128": "assets\/bitcoin128.png"
    },
    "browser_action": {
        "default_title": "Resolve address converter",
        "default_popup": ".\/popup\/popup.html",
        "default_icon": {
            "128": "assets\/bitcoin128.png"
        }
    },
    "short_name": "resolve",
    "permissions": [
        "storage"
    ]
}