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はFinder.comによって開発されたChromeの拡張機能で、その主な機能は「This makes your default new-tab show currently trending NFTs. you can browse, search, sort, & bookmark collections.」です。
拡張機能のスクリーンショット
Finder NFT Index拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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": [] } ] } |