XMR.to Lens

Send Monero to a Bitcoin address using XMR.to

Qu'est-ce que XMR.to Lens ?

XMR.to Lens est une extension Chrome développée par stoffuxmr, et sa fonction principale est "Send Monero to a Bitcoin address using XMR.to".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension XMR.to Lens

Téléchargez les fichiers d'extension XMR.to Lens au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom XMR.to Lens XMR.to Lens
ID bopmplclhbjcdpjiecjpmfkkainjmfda
URL Officiel https://chromewebstore.google.com/detail/xmrto-lens/bopmplclhbjcdpjiecjpmfkkainjmfda
Description Send Monero to a Bitcoin address using XMR.to
Taille du Fichier 198 KB
Nombre d'Installations 37
Version Actuelle 2.2.0
Dernière Mise à Jour 2019-12-05
Date de Publication 2019-12-05
Évaluation 4.40/5 Total 53 Évaluations
Développeur stoffuxmr
Type de Paiement free
Site Web de l'Extension https://github.com/stoffu/xmrto-lens
Langues Prises en Charge 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"
}