Opensea Actions

Additional tools for navigating Opensea

什麼是Opensea Actions?

Opensea Actions是由barny.vdm開發的Chrome擴展程式,該擴展的主要功能是“Additional tools for navigating Opensea”。

擴展截圖

screenshot
screenshot
screenshot

下載Opensea Actions擴展crx文件

下載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
官方網址 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"
    ]
}