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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | WAX Wide Web |
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" } } |