NFT Wallpaper
This extension will show you random nft assets in new tab from given wallet address
什麼是NFT Wallpaper?
NFT Wallpaper是由UpNFT開發的Chrome擴展程式,該擴展的主要功能是“This extension will show you random nft assets in new tab from given wallet address”。
擴展截圖
下載NFT Wallpaper擴展crx文件
下載NFT Wallpaper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Display your art collection on every new tab you open! NFT Wallpaper uses the OpenSea API to beautify display your NFT Art right when you start a new tab!
擴展基本資訊
名稱 | |
ID | hcldgkgjjfpkpnjbchneigmecmhodaoe |
官方網址 | https://chromewebstore.google.com/detail/nft-wallpaper/hcldgkgjjfpkpnjbchneigmecmhodaoe |
簡介 | This extension will show you random nft assets in new tab from given wallet address |
檔案大小 | 2.39 MB |
安裝次數 | 33 |
目前版本 | 2.0 |
更新時間 | 2021-10-18 |
上架時間 | 2021-10-14 |
開發者 | UpNFT |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://upnft.co/ |
說明頁面URL | https://upnft.co/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NFT Wallpaper", "description": "This extension will show you random nft assets in new tab from given wallet address", "version": "2.0", "manifest_version": 3, "background": { "service_worker": "sw.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "permissions": [ "storage", "unlimitedStorage", "alarms" ] } |