Opensea Actions
Additional tools for navigating Opensea
ما هو Opensea Actions؟
Opensea Actions هو إضافة Chrome تم تطويرها بواسطة barny.vdm، والميزة الرئيسية لها هي "Additional tools for navigating Opensea".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Opensea Actions
قم بتنزيل ملفات الامتداد Opensea Actions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds useful navigation buttons and shortcut keys to OpenSea. You can quickly reach the activity page as well as the floor page from a single asset, or from other parts of the asset search pages. Also included in this extension is the ability to use keyboard shortcuts to reach certain collection related pages as follows: A - Activity page C - Collection page F - Floor page
معلومات أساسية عن التمديد
الاسم | Opensea Actions |
ID | goopoabgiblaopionedcogalppnoofko |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/opensea-actions/goopoabgiblaopionedcogalppnoofko |
الوصف | Additional tools for navigating Opensea |
حجم الملف | 12.8 KB |
عدد التثبيتات | 771 |
النسخة الحالية | 1.2 |
آخر تحديث | 2021-10-17 |
تاريخ النشر | 2021-08-10 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | barny.vdm |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Opensea Actions", "description": "Additional tools for navigating Opensea", "version": "1.2", "manifest_version": 3, "icons": { "128": "assets\/[email protected]" }, "content_scripts": [ { "matches": [ "*:\/\/*.opensea.io\/*" ], "exclude_matches": [], "js": [ "mainInjector.js" ] } ], "background": { "service_worker": "sw.js" }, "permissions": [ "webNavigation" ] } |