WAX Wide Web
WAX navigator for the lazy!
O que é WAX Wide Web?
WAX Wide Web é uma extensão do Chrome desenvolvida por https://sixpm.dev, e sua principal característica é "WAX navigator for the lazy!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WAX Wide Web
Baixe arquivos de extensão WAX Wide Web no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | WAX Wide Web |
ID | epblalcidnfhlfahgjpmojadmbgfbolm |
URL Oficial | https://chromewebstore.google.com/detail/wax-wide-web/epblalcidnfhlfahgjpmojadmbgfbolm |
Descrição | WAX navigator for the lazy! |
Tamanho do Arquivo | 41.46 KB |
Contagem de Instalações | 33 |
Versão Atual | 1.2.0 |
Última Atualização | 2023-06-16 |
Data de Publicação | 2021-11-30 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://sixpm.dev |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://sixpm.dev |
Idiomas Suportados | 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" } } |