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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}