Rivet
Developer Wallet & DevTools for Ethereum
Wat is Rivet?
Rivet is een Chrome-extensie ontwikkeld door jxom, en de belangrijkste functie is "Developer Wallet & DevTools for Ethereum".
Extensie Screenshots
Download het CRX-bestand van de extensie Rivet
Download Rivet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Rivet |
ID | mobmnpcacgadhkjfelhpemphmmnggnod |
Officiële URL | https://chromewebstore.google.com/detail/rivet/mobmnpcacgadhkjfelhpemphmmnggnod |
Beschrijving | Developer Wallet & DevTools for Ethereum |
Bestandsgrootte | 24.81 MB |
Aantal Installaties | 282 |
Huidige Versie | 0.0.10 |
Laatst Bijgewerkt | 2023-12-09 |
Publicatiedatum | 2023-09-27 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | jxom |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |