Opensea Actions

Additional tools for navigating Opensea

Opensea Actionsคืออะไร?

Opensea Actions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย barny.vdm และคุณลักษณะหลักของมันคือ "Additional tools for navigating Opensea"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Opensea Actions

ดาวน์โหลดไฟล์ส่วนขยาย Opensea Actions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}