Rivet
Developer Wallet & DevTools for Ethereum
Rivet क्या है?
Rivet jxom द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Developer Wallet & DevTools for Ethereum"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rivet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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": [ " |