Rivet
Developer Wallet & DevTools for Ethereum
Vad är Rivet?
Rivet är en Chrome-tillägg utvecklad av jxom, och dess huvudfunktion är "Developer Wallet & DevTools for Ethereum".
Tilläggsskärmbilder
Ladda ner Rivet-förlängningens CRX-fil
Ladda ner Rivet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Rivet |
ID | mobmnpcacgadhkjfelhpemphmmnggnod |
Officiell webbadress | https://chromewebstore.google.com/detail/rivet/mobmnpcacgadhkjfelhpemphmmnggnod |
Beskrivning | Developer Wallet & DevTools for Ethereum |
Filstorlek | 24.81 MB |
Antal Installationer | 282 |
Aktuell Version | 0.0.10 |
Senast Uppdaterad | 2023-12-09 |
Publiceringsdatum | 2023-09-27 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | jxom |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [ " |