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 с друзьями, чтобы легко установить расширения 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. Основная информация о расширении
| Название | |
| 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": []
}
]
} | |