Rivet

Developer Wallet & DevTools for Ethereum

O que é Rivet?

Rivet é uma extensão do Chrome desenvolvida por jxom, e sua principal característica é "Developer Wallet & DevTools for Ethereum".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Rivet

Baixe arquivos de extensão Rivet 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

                        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.                    

Informações Básicas da Extensão

Nome Rivet Rivet
ID mobmnpcacgadhkjfelhpemphmmnggnod
URL Oficial https://chromewebstore.google.com/detail/rivet/mobmnpcacgadhkjfelhpemphmmnggnod
Descrição Developer Wallet & DevTools for Ethereum
Tamanho do Arquivo 24.81 MB
Contagem de Instalações 282
Versão Atual 0.0.10
Última Atualização 2023-12-09
Data de Publicação 2023-09-27
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor jxom
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    }
}