Rivet
Developer Wallet & DevTools for Ethereum
Qu'est-ce que Rivet ?
Rivet est une extension Chrome développée par jxom, et sa fonction principale est "Developer Wallet & DevTools for Ethereum".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rivet
Téléchargez les fichiers d'extension Rivet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Rivet |
ID | mobmnpcacgadhkjfelhpemphmmnggnod |
URL Officiel | https://chromewebstore.google.com/detail/rivet/mobmnpcacgadhkjfelhpemphmmnggnod |
Description | Developer Wallet & DevTools for Ethereum |
Taille du Fichier | 24.81 MB |
Nombre d'Installations | 282 |
Version Actuelle | 0.0.10 |
Dernière Mise à Jour | 2023-12-09 |
Date de Publication | 2023-09-27 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | jxom |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |