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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Finder NFT Index
قم بتنزيل ملفات الامتداد Finder NFT Index بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| 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": []
}
]
} | |