Opensea Actions
Additional tools for navigating Opensea
Hvad er Opensea Actions?
Opensea Actions er en Chrome-udvidelse udviklet af barny.vdm, og dens hovedfunktion er "Additional tools for navigating Opensea".
Udvidelsesskærmbilleder
Download Opensea Actions-udvidelses-CRX-fil
Download Opensea Actions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Opensea Actions |
ID | goopoabgiblaopionedcogalppnoofko |
Officiel URL | https://chromewebstore.google.com/detail/opensea-actions/goopoabgiblaopionedcogalppnoofko |
Beskrivelse | Additional tools for navigating Opensea |
Filstørrelse | 12.8 KB |
Antal Installationer | 771 |
Nuværende Version | 1.2 |
Senest Opdateret | 2021-10-17 |
Udgivelsesdato | 2021-08-10 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | barny.vdm |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |