Finder NFT Index

This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.

Finder NFT Indexคืออะไร?

Finder NFT Index เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Finder.com และคุณลักษณะหลักของมันคือ "This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Finder NFT Index

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

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

                        This extension makes your default new-tab page a gallery of NFT collections. You can browse, search, sort, & bookmark collections. You can see market statistics on NFTs, and even get purchase links for them.                    

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

ชื่อ Finder NFT Index Finder NFT Index
ID pdfnjabcncbhoffljmmjddbjgebpdbea
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/finder-nft-index/pdfnjabcncbhoffljmmjddbjgebpdbea
คำอธิบาย This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.
ขนาดไฟล์ 3.52 MB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-12-03
วันที่เผยแพร่ 2021-12-03
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Finder.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.",
    "version": "1.0",
    "manifest_version": 3,
    "name": "Finder NFT Index",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "32x32.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "32": "32x32.png",
        "128": "128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "128x128.png",
                "32x32.png"
            ],
            "matches": []
        }
    ]
}