Flamingo – Nostr extension

A browser extension for Nostr

Flamingo – Nostr extensionคืออะไร?

Flamingo – Nostr extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tristan (t4t5) และคุณลักษณะหลักของมันคือ "A browser extension for Nostr"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flamingo – Nostr extension

ดาวน์โหลดไฟล์ส่วนขยาย Flamingo – Nostr extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Flamingo – Nostr extension Flamingo – Nostr extension
ID alkiaengfedemppafkallgifcmkldohe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flamingo-%E2%80%93-nostr-extensio/alkiaengfedemppafkallgifcmkldohe
คำอธิบาย A browser extension for Nostr
ขนาดไฟล์ 327 KB
จำนวนการติดตั้ง 1,173
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2023-02-06
วันที่เผยแพร่ 2023-02-05
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Tristan (t4t5)
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.getflamingo.org/
ภาษาที่รองรับ 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"
    ]
}