Rivet

Developer Wallet & DevTools for Ethereum

什麼是Rivet?

Rivet是由jxom開發的Chrome擴展程式,該擴展的主要功能是“Developer Wallet & DevTools for Ethereum”。

擴展截圖

screenshot
screenshot
screenshot

下載Rivet擴展crx文件

下載Rivet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Rivet Rivet
ID mobmnpcacgadhkjfelhpemphmmnggnod
官方網址 https://chromewebstore.google.com/detail/rivet/mobmnpcacgadhkjfelhpemphmmnggnod
簡介 Developer Wallet & DevTools for Ethereum
檔案大小 24.81 MB
安裝次數 282
目前版本 0.0.10
更新時間 2023-12-09
上架時間 2023-09-27
評分 3.00/5 共 2 次評分
開發者 jxom
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
        }
    }
}