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
公式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
Eメール [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"
    ]
}