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 |
官方網址 | 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 |
電子郵箱 | [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": [ "*:\/\/*\/*" ] } |