XMR.to Lens

Send Monero to a Bitcoin address using XMR.to

Wat is XMR.to Lens?

XMR.to Lens is een Chrome-extensie ontwikkeld door stoffuxmr, en de belangrijkste functie is "Send Monero to a Bitcoin address using XMR.to".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie XMR.to Lens

Download XMR.to Lens-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam XMR.to Lens XMR.to Lens
ID bopmplclhbjcdpjiecjpmfkkainjmfda
Officiële URL https://chromewebstore.google.com/detail/xmrto-lens/bopmplclhbjcdpjiecjpmfkkainjmfda
Beschrijving Send Monero to a Bitcoin address using XMR.to
Bestandsgrootte 198 KB
Aantal Installaties 37
Huidige Versie 2.2.0
Laatst Bijgewerkt 2019-12-05
Publicatiedatum 2019-12-05
Beoordeling 4.40/5 Totaal 53 Beoordelingen
Ontwikkelaar stoffuxmr
Betalingswijze free
Extensiewebsite https://github.com/stoffu/xmrto-lens
Ondersteunde Talen 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"
}