XMR.to Lens

Send Monero to a Bitcoin address using XMR.to

XMR.to Lensとは何ですか?

XMR.to Lensはstoffuxmrによって開発されたChromeの拡張機能で、その主な機能は「Send Monero to a Bitcoin address using XMR.to」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

XMR.to Lens拡張機能のCRXファイルをダウンロード

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"
}