Rivet

Developer Wallet & DevTools for Ethereum

Τι είναι το Rivet;

Το Rivet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jxom, και η κύρια λειτουργία του είναι "Developer Wallet & DevTools for Ethereum".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Rivet

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
        }
    }
}