Marina

Liquid wallet web extension (v3)

Marina란 무엇입니까?

Marina은(는) Vulpem Ventures에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Liquid wallet web extension (v3)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Marina 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Marina is the ultimate gateway designed to access the Liquid Network directly from your browser.

Liquid is a Bitcoin sidechain settlement network for traders and exchanges, enabling faster, more confidential Bitcoin transactions and issuance of digital assets.

Marina is a browser extension designed to streamline access to Liquid and foster an even greater adoption of the network. It enables users to easily send and receive Liquid assets such as Liquid Bitcoin (L-BTC) and Tether USDt. Web developers can benefit from Marina integration as a plug-and-play solution to integrate Liquid Network into their browser applications.

Thanks to Marina, web applications can now automatically perform blockchain operations, such as fill the address fields and trigger the user to review and confirm and send transactions to the blockchain.


We have integrated Liquid.Taxi, our Liquid fee top-up service, directly into Marina. Thanks to this integration, It will now be possible to move around your Liquid assets without having to spend L-BTC for transaction fees. Instead, fees can be paid directly with Tether USDt.                    

확장 프로그램 기본 정보

이름 Marina Marina
ID nhanebedohgejbllffboeipobccgedhl
공식 URL https://chromewebstore.google.com/detail/marina/nhanebedohgejbllffboeipobccgedhl
설명 Liquid wallet web extension (v3)
파일 크기 5.93 MB
설치 횟수 4,419
현재 버전 0.6.3
최근 업데이트 2024-01-03
출시 날짜 2021-05-09
평점 4.20/5 총 5 개의 평점
개발자 Vulpem Ventures
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vulpem.com/marina
개인정보 보호 정책 페이지 URL https://sites.google.com/vulpem.com/marina-wallet-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Marina",
    "description": "Liquid wallet web extension (v3)",
    "version": "0.6.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background-script.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage",
        "idle",
        "alarms"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "assets\/images\/logo\/marina_logo_16x16.png",
        "32": "assets\/images\/logo\/marina_logo_32x32.png",
        "48": "assets\/images\/logo\/marina_logo_48x48.png",
        "128": "assets\/images\/logo\/marina_logo_128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/logo\/marina_logo_16x16.png",
            "32": "assets\/images\/logo\/marina_logo_32x32.png",
            "48": "assets\/images\/logo\/marina_logo_48x48.png",
            "128": "assets\/images\/logo\/marina_logo_128x128.png"
        },
        "default_title": "Marina"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject-script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}