Opensea Actions
Additional tools for navigating Opensea
Co to jest Opensea Actions?
Opensea Actions to rozszerzenie Chrome opracowane przez barny.vdm, a jego główną funkcją jest „Additional tools for navigating Opensea”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Opensea Actions
Pobierz pliki rozszerzeń Opensea Actions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Opensea Actions |
ID | goopoabgiblaopionedcogalppnoofko |
Oficjalny URL | https://chromewebstore.google.com/detail/opensea-actions/goopoabgiblaopionedcogalppnoofko |
Opis | Additional tools for navigating Opensea |
Rozmiar pliku | 12.8 KB |
Liczba instalacji | 771 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2021-10-17 |
Data Publikacji | 2021-08-10 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | barny.vdm |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |