Deca

View a new NFT when you open a new tab

Apa itu Deca?

Deca adalah ekstensi Chrome yang dikembangkan oleh https://deca.art, dan fitur utamanya adalah "View a new NFT when you open a new tab".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Deca

Unduh file ekstensi Deca dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Deca Deca
ID pocokkgjockoghhdjanddeclpedkpdni
URL Resmi https://chromewebstore.google.com/detail/deca/pocokkgjockoghhdjanddeclpedkpdni
Deskripsi View a new NFT when you open a new tab
Ukuran File 28.79 KB
Jumlah Instalasi 5,739
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2022-05-17
Tanggal Publikasi 2021-11-13
Penilaian 4.75/5 Total 8 Penilaian
Pengembang https://deca.art
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://deca.art/
URL Halaman Bantuan https://discord.gg/3x6QHrjj5V
URL Halaman Kebijakan Privasi https://deca.art/privacy
Bahasa yang Didukung 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"
    }
}