Rivet

Developer Wallet & DevTools for Ethereum

Hvad er Rivet?

Rivet er en Chrome-udvidelse udviklet af jxom, og dens hovedfunktion er "Developer Wallet & DevTools for Ethereum".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Rivet-udvidelses-CRX-fil

Download Rivet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Rivet is a developer Wallet & DevTools for Anvil. It is a browser extension that enables developers to inspect, debug, modify, and manipulate the state of Ethereum: accounts, blocks, contracts & the node itself. Rivet is also compatible with any production dApp, meaning you can simulate any type of action from either an Account attached on the Anvil instance, or by "impersonating" another Account on the network.                    

Grundlæggende oplysninger om udvidelsen

Navn Rivet Rivet
ID mobmnpcacgadhkjfelhpemphmmnggnod
Officiel URL https://chromewebstore.google.com/detail/rivet/mobmnpcacgadhkjfelhpemphmmnggnod
Beskrivelse Developer Wallet & DevTools for Ethereum
Filstørrelse 24.81 MB
Antal Installationer 282
Nuværende Version 0.0.10
Senest Opdateret 2023-12-09
Udgivelsesdato 2023-09-27
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler jxom
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rivet",
    "description": "Developer Wallet & DevTools for Ethereum",
    "version": "0.0.10",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/[email protected]",
            "32": "icons\/[email protected]",
            "48": "icons\/[email protected]",
            "128": "icons\/[email protected]"
        }
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/entries\/content\/index.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icons\/[email protected]",
        "32": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "declarativeNetRequest",
        "scripting",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.woff2"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "inpage.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "src\/components\/_playground\/index.html",
                "src\/design-system\/_playground\/index.html",
                "src\/entries\/iframe\/index.html",
                "src\/index.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        },
        {
            "resources": [
                "assets\/src\/entries\/content\/index-07b093c0.js",
                "assets\/webext-7b813f35.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "commands": {
        "toggle-theme": {
            "suggested_key": "Ctrl+Shift+Y",
            "description": "Toggle Theme"
        }
    }
}