Opensea Actions

Additional tools for navigating Opensea

Opensea Actions là gì?

Opensea Actions là một tiện ích mở rộng Chrome được phát triển bởi barny.vdm, và tính năng chính của nó là "Additional tools for navigating Opensea".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Opensea Actions

Tải xuống các tệp mở rộng Opensea Actions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Opensea Actions Opensea Actions
ID goopoabgiblaopionedcogalppnoofko
URL Chính Thức https://chromewebstore.google.com/detail/opensea-actions/goopoabgiblaopionedcogalppnoofko
Mô tả Additional tools for navigating Opensea
Kích Thước Tệp 12.8 KB
Số Lần Cài Đặt 771
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-10-17
Ngày Phát Hành 2021-08-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển barny.vdm
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}