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”。

扩展截图

screenshot
screenshot
screenshot

下载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 Deca
ID pocokkgjockoghhdjanddeclpedkpdni
官方URL 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"
    }
}