Lamden Vault - Browser Extension

A Lamden Vault made by Lamden.io

Lamden Vault - Browser Extension란 무엇입니까?

Lamden Vault - Browser Extension은(는) https://lamden.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Lamden Vault made by Lamden.io"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Lamden Vault - Browser Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Interact with applications deployed on the Lamden network, or build your own! This wallet features a direct link to websites powered by Lamden to make interaction simple and easy. It also includes a development environment so you can build and deploy your own applications without needing to install a custom develop environment.                    

확장 프로그램 기본 정보

이름 Lamden Vault - Browser Extension Lamden Vault - Browser Extension
ID fhfffofbcgbjjojdnpcfompojdjjhdim
공식 URL https://chromewebstore.google.com/detail/lamden-vault-browser-exte/fhfffofbcgbjjojdnpcfompojdjjhdim
설명 A Lamden Vault made by Lamden.io
파일 크기 10.23 MB
설치 횟수 6,311
현재 버전 2.5.5
최근 업데이트 2023-08-09
출시 날짜 2020-06-19
평점 5.00/5 총 16 개의 평점
개발자 https://lamden.io
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A Lamden Vault made by Lamden.io",
    "version": "2.5.5",
    "name": "Lamden Vault - Browser Extension",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        "alarms"
    ],
    "action": {
        "default_title": "Lamden Vault",
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}