NFT Tab
See currently trending NFTs in every new tab that you can browse, sort, & bookmark
Vad är NFT Tab?
NFT Tab är en Chrome-tillägg utvecklad av 2050, och dess huvudfunktion är "See currently trending NFTs in every new tab that you can browse, sort, & bookmark".
Tilläggsskärmbilder
Ladda ner NFT Tab-förlängningens CRX-fil
Ladda ner NFT Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | NFT Tab |
ID | aiahphffiolplmdllamhjpkdclmknojh |
Officiell webbadress | https://chromewebstore.google.com/detail/nft-tab/aiahphffiolplmdllamhjpkdclmknojh |
Beskrivning | See currently trending NFTs in every new tab that you can browse, sort, & bookmark |
Filstorlek | 1.64 MB |
Antal Installationer | 10,268 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2023-01-17 |
Publiceringsdatum | 2022-07-05 |
Utvecklare | 2050 |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://2050.one/privacy |
Stödda Språk | 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": [ "*:\/\/*\/*" ] } |