XMR.to Lens

Send Monero to a Bitcoin address using XMR.to

Cos'è XMR.to Lens?

XMR.to Lens è un'estensione di Chrome sviluppata da stoffuxmr, e la sua funzione principale è "Send Monero to a Bitcoin address using XMR.to".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione XMR.to Lens

Scarica i file di estensione XMR.to Lens in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome XMR.to Lens XMR.to Lens
ID bopmplclhbjcdpjiecjpmfkkainjmfda
URL Ufficiale https://chromewebstore.google.com/detail/xmrto-lens/bopmplclhbjcdpjiecjpmfkkainjmfda
Descrizione Send Monero to a Bitcoin address using XMR.to
Dimensione del File 198 KB
Conteggio Installazioni 37
Versione Corrente 2.2.0
Ultimo Aggiornamento 2019-12-05
Data di Pubblicazione 2019-12-05
Valutazione 4.40/5 Totale 53 Valutazioni
Sviluppatore stoffuxmr
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/stoffu/xmrto-lens
Lingue Supportate 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"
}