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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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