Lamden Vault - Browser Extension

A Lamden Vault made by Lamden.io

Lamden Vault - Browser Extension là gì?

Lamden Vault - Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi https://lamden.io, và tính năng chính của nó là "A Lamden Vault made by Lamden.io".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lamden Vault - Browser Extension

Tải xuống các tệp mở rộng Lamden Vault - Browser Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lamden Vault - Browser Extension Lamden Vault - Browser Extension
ID fhfffofbcgbjjojdnpcfompojdjjhdim
URL Chính Thức https://chromewebstore.google.com/detail/lamden-vault-browser-exte/fhfffofbcgbjjojdnpcfompojdjjhdim
Mô tả A Lamden Vault made by Lamden.io
Kích Thước Tệp 10.23 MB
Số Lần Cài Đặt 6,311
Phiên Bản Hiện Tại 2.5.5
Cập Nhật Lần Cuối 2023-08-09
Ngày Phát Hành 2020-06-19
Đánh Giá 5.00/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://lamden.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}