Deca
View a new NFT when you open a new tab
ما هو Deca؟
Deca هو إضافة Chrome تم تطويرها بواسطة https://deca.art، والميزة الرئيسية لها هي "View a new NFT when you open a new tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Deca
قم بتنزيل ملفات الامتداد Deca بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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/ |
عنوان صفحة المساعدة | https://discord.gg/3x6QHrjj5V |
عنوان صفحة سياسة الخصوصية | 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" } } |