Deca
View a new NFT when you open a new tab
What is Deca?
Deca is a Chrome extension developed by https://deca.art, and its main feature is "View a new NFT when you open a new tab".
Extension Screenshots
Download Deca Extension CRX File
Download Deca extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Deca |
ID | pocokkgjockoghhdjanddeclpedkpdni |
Official URL | https://chromewebstore.google.com/detail/deca/pocokkgjockoghhdjanddeclpedkpdni |
Description | View a new NFT when you open a new tab |
File Size | 28.79 KB |
Installation Count | 5,739 |
Current Version | 0.0.5 |
Last Updated | 2022-05-17 |
Publish Date | 2021-11-13 |
Rating | 4.75/5 Total 8 Ratings |
Developer | https://deca.art |
[email protected] | |
Payment Type | free |
Extension Website | https://deca.art/ |
Help Page URL | https://discord.gg/3x6QHrjj5V |
Privacy Policy Page URL | https://deca.art/privacy |
Supported Languages | 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" } } |