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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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": [ "*:\/\/*\/*" ] } |