Rivet
Developer Wallet & DevTools for Ethereum
Co je Rivet?
Rivet je rozšíření Chrome vyvinuté jxom, a jeho hlavní funkcí je „Developer Wallet & DevTools for Ethereum“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Rivet
Stáhněte si soubory rozšíření Rivet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Rivet |
ID | mobmnpcacgadhkjfelhpemphmmnggnod |
Oficiální URL | https://chromewebstore.google.com/detail/rivet/mobmnpcacgadhkjfelhpemphmmnggnod |
Popis | Developer Wallet & DevTools for Ethereum |
Velikost souboru | 24.81 MB |
Počet instalací | 282 |
Aktuální Verze | 0.0.10 |
Poslední Aktualizace | 2023-12-09 |
Datum Vydání | 2023-09-27 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | jxom |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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": [ " |