Deca

View a new NFT when you open a new tab

Vad är Deca?

Deca är en Chrome-tillägg utvecklad av https://deca.art, och dess huvudfunktion är "View a new NFT when you open a new tab".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Deca-förlängningens CRX-fil

Ladda ner Deca-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Deca Deca
ID pocokkgjockoghhdjanddeclpedkpdni
Officiell webbadress https://chromewebstore.google.com/detail/deca/pocokkgjockoghhdjanddeclpedkpdni
Beskrivning View a new NFT when you open a new tab
Filstorlek 28.79 KB
Antal Installationer 5,739
Aktuell Version 0.0.5
Senast Uppdaterad 2022-05-17
Publiceringsdatum 2021-11-13
Betyg 4.75/5 Totalt 8 Betyg
Utvecklare https://deca.art
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://deca.art/
Hjälpsida URL https://discord.gg/3x6QHrjj5V
URL till Sekretesspolicy Sidan https://deca.art/privacy
Stödda Språk 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"
    }
}