WAX Wide Web
WAX navigator for the lazy!
什么是WAX Wide Web?
WAX Wide Web是由https://sixpm.dev开发的Chrome扩展程序,该扩展的主要功能是“WAX navigator for the lazy!”。
扩展截图
下载WAX Wide Web扩展crx文件
下载WAX Wide Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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! 扩展基本信息
| 名称 | |
| ID | epblalcidnfhlfahgjpmojadmbgfbolm |
| 官方URL | https://chromewebstore.google.com/detail/wax-wide-web/epblalcidnfhlfahgjpmojadmbgfbolm |
| 简介 | WAX navigator for the lazy! |
| 文件大小 | 41.46 KB |
| 安装次数 | 33 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2023-06-16 |
| 上架时间 | 2021-11-30 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://sixpm.dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://sixpm.dev |
| 支持的语言 | 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"
}
} | |