NFT Tab
See currently trending NFTs in every new tab that you can browse, sort, & bookmark
NFT Tabとは何ですか?
NFT Tabは2050によって開発されたChromeの拡張機能で、その主な機能は「See currently trending NFTs in every new tab that you can browse, sort, & bookmark」です。
拡張機能のスクリーンショット
NFT Tab拡張機能のCRXファイルをダウンロード
NFT Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
NFT Tab lets you stay up to date with the most popular and trending NFTs in every new tab. See what's trending, browse new collections, and bookmark any NFTs that catch your eye. By clicking "Add to Chrome", I accept and agree to install the NFT Tab extension and set the Chrome New Tab search to that provided by the service. The search will be powered by Bing: Privacy Policy: https://2050.one/nfttabprivacy Terms of Service: https://2050.one/terms Our awesome icon was designed by Freepik: https://www.flaticon.com/free-icon/art_5802468?related_id=5802468
拡張機能の基本情報
名前 | NFT Tab |
ID | aiahphffiolplmdllamhjpkdclmknojh |
公式URL | https://chromewebstore.google.com/detail/nft-tab/aiahphffiolplmdllamhjpkdclmknojh |
説明 | See currently trending NFTs in every new tab that you can browse, sort, & bookmark |
ファイルサイズ | 1.64 MB |
インストール数 | 10,268 |
現在のバージョン | 1.4 |
最終更新日 | 2023-01-17 |
公開日 | 2022-07-05 |
開発者 | 2050 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://2050.one/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NFT Tab", "version": "1.4", "description": "See currently trending NFTs in every new tab that you can browse, sort, & bookmark", "background": { "service_worker": "background.js" }, "icons": { "32": "32.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "host_permissions": [ "*:\/\/*\/*" ] } |