Deca
View a new NFT when you open a new tab
什麼是Deca?
Deca是由https://deca.art開發的Chrome擴展程式,該擴展的主要功能是“View a new NFT when you open a new tab”。
擴展截圖
下載Deca擴展crx文件
下載Deca擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Sign in to deca.art (on desktop browser) to generate your own gallery code. Enter that code to view your NFTs while you browse the web. Or use code "deca" if you just want to try it out!
擴展基本資訊
名稱 | Deca |
ID | pocokkgjockoghhdjanddeclpedkpdni |
官方網址 | https://chromewebstore.google.com/detail/deca/pocokkgjockoghhdjanddeclpedkpdni |
簡介 | View a new NFT when you open a new tab |
檔案大小 | 28.79 KB |
安裝次數 | 5,739 |
目前版本 | 0.0.5 |
更新時間 | 2022-05-17 |
上架時間 | 2021-11-13 |
評分 | 4.75/5 共 8 次評分 |
開發者 | https://deca.art |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://deca.art/ |
說明頁面URL | https://discord.gg/3x6QHrjj5V |
隱私政策頁面URL | https://deca.art/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Deca", "description": "View a new NFT when you open a new tab", "version": "0.0.5", "manifest_version": 2, "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "\/src\/newtab.html" } } |