Flamingo – Nostr extension

A browser extension for Nostr

Flamingo – Nostr extension là gì?

Flamingo – Nostr extension là một tiện ích mở rộng Chrome được phát triển bởi Tristan (t4t5), và tính năng chính của nó là "A browser extension for Nostr".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flamingo – Nostr extension

Tải xuống các tệp mở rộng Flamingo – Nostr 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

                        Flamingo is a browser extension that gives you the best user experience when exploring Nostr apps.

Stop pasting your secret key into web apps – let Flamingo store it safely on your computer and automatically prompt you when something needs to be signed.

A new world of decentralised social media and messaging awaits.                    

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

Tên Flamingo – Nostr extension Flamingo – Nostr extension
ID alkiaengfedemppafkallgifcmkldohe
URL Chính Thức https://chromewebstore.google.com/detail/flamingo-%E2%80%93-nostr-extensio/alkiaengfedemppafkallgifcmkldohe
Mô tả A browser extension for Nostr
Kích Thước Tệp 327 KB
Số Lần Cài Đặt 1,173
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2023-02-06
Ngày Phát Hành 2023-02-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Tristan (t4t5)
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.getflamingo.org/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flamingo \u2013 Nostr extension",
    "version": "0.1.0",
    "description": "A browser extension for Nostr",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}