WAX Wide Web
WAX navigator for the lazy!
Was ist WAX Wide Web?
WAX Wide Web ist eine Chrome-Erweiterung, die von https://sixpm.dev entwickelt wurde, und ihr Hauptmerkmal ist "WAX navigator for the lazy!".
Erweiterungsscreenshots
WAX Wide Web-Erweiterungs-CRX-Datei herunterladen
Laden Sie WAX Wide Web-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A convenience extension for the WAX blockchain.
New in v1.2: SwapSense
Click the extension logo on trade offer pages on AtomicHub to load a summary of the trade value!
Quick Links
On first use for each shortcut, make sure you select the web navigation option (globe icon) not a search (magnifying glass). Subsequent uses will default to web nav mode.
Navigate (not search) to:
- a/{account} to view the account on Bloks
- ah/{collection} to view a collection on AtomicHub
- ahp/{account} to view the accounts AtomicHub profile
- nb/{collection} to view a collection on NeftyBlocks
- w/{account} to view the account on WAXBlock.io
See the attached screenshots for examples! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | epblalcidnfhlfahgjpmojadmbgfbolm |
| Offizielle URL | https://chromewebstore.google.com/detail/wax-wide-web/epblalcidnfhlfahgjpmojadmbgfbolm |
| Beschreibung | WAX navigator for the lazy! |
| Dateigröße | 41.46 KB |
| Installationsanzahl | 33 |
| Aktuelle Version | 1.2.0 |
| Letztes Update | 2023-06-16 |
| Veröffentlichungsdatum | 2021-11-30 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://sixpm.dev |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://sixpm.dev |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WAX Wide Web",
"description": "WAX navigator for the lazy!",
"version": "1.2.0",
"manifest_version": 3,
"permissions": [
"declarativeNetRequest",
"activeTab"
],
"action": {
"default_icon": {
"48": "images\/sixpm48.png",
"128": "images\/sixpm128.png"
},
"default_popup": "trades.html"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"host_permissions": [
"http:\/\/a\/*",
"http:\/\/ah\/*",
"http:\/\/ahp\/*",
"http:\/\/nb\/*",
"http:\/\/w\/*",
"https:\/\/a\/*",
"https:\/\/ah\/*",
"https:\/\/ahp\/*",
"https:\/\/nb\/*",
"https:\/\/w\/*",
"https:\/\/wax.atomichub.io\/trading\/trade-offer\/wax-mainnet\/*"
],
"icons": {
"48": "\/images\/sixpm48.png",
"128": "\/images\/sixpm128.png"
}
} | |