XMR.to Lens

Send Monero to a Bitcoin address using XMR.to

XMR.to Lensคืออะไร?

XMR.to Lens เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stoffuxmr และคุณลักษณะหลักของมันคือ "Send Monero to a Bitcoin address using XMR.to"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XMR.to Lens

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

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

                        This extension allows you to easily pay Bitcoin addresses found on the current webpage with Monero using XMR.TO API. The code is derived from ShapeShift Lens.                    

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

ชื่อ XMR.to Lens XMR.to Lens
ID bopmplclhbjcdpjiecjpmfkkainjmfda
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xmrto-lens/bopmplclhbjcdpjiecjpmfkkainjmfda
คำอธิบาย Send Monero to a Bitcoin address using XMR.to
ขนาดไฟล์ 198 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 2.2.0
อัปเดตครั้งล่าสุด 2019-12-05
วันที่เผยแพร่ 2019-12-05
คะแนน 4.40/5 รวมทั้งหมด 53 คะแนน
ผู้พัฒนา stoffuxmr
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/stoffu/xmrto-lens
ภาษาที่รองรับ de,en,fr,pt-BR,sv,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XMR.to Lens",
    "description": "__MSG_manifest_description__",
    "version": "2.2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "jquery-ui.min.css",
                "xmrto-lens.css"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "wallet-address-validator.js",
                "jquery-ui.min.js",
                "qrcode.js",
                "saferInnerHTML.js",
                "xmrto-lens.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "128x128_1.png"
    },
    "page_action": {
        "default_icon": {
            "19": "19x19_1.png",
            "38": "38x38_1.png"
        },
        "default_title": "__MSG_manifest_default_title__"
    },
    "permissions": [
        "https:\/\/xmr.to\/",
        "https:\/\/test.xmr.to\/"
    ],
    "web_accessible_resources": [
        "*.gif",
        "*.png",
        "*.svg"
    ],
    "default_locale": "en"
}