WAX Wide Web

WAX navigator for the lazy!

WAX Wide Web क्या है?

WAX Wide Web https://sixpm.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WAX navigator for the lazy!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WAX Wide Web एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}