JSON RPC Chrome Viewer
JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.
Τι είναι το JSON RPC Chrome Viewer;
Το JSON RPC Chrome Viewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vladimir Lomonos, και η κύρια λειτουργία του είναι "JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης JSON RPC Chrome Viewer
Λήψη αρχείων επέκτασης JSON RPC Chrome Viewer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
JSON-RPC Chrome Viewer developer tool allows you to manage JSON-RPC requests in more convenient way. It includes a lot of features to make your life as developer easier and more comfortable. Resizable panes, resend request feature, background requests accumulation, filtering, preserve log settings, dark and light themes, keyboard requests navigation, url label for each method, CORS badge, expand/collapse JSON tree, converting the response to TypeScript types and others. You are welcome to make feature requests, bug reports and pull requests.
Βασικές Πληροφορίες Επέκτασης
Όνομα | JSON RPC Chrome Viewer |
ID | bfkookcjhlalpmeedppachhdkhmflbah |
Επίσημο URL | https://chromewebstore.google.com/detail/json-rpc-chrome-viewer/bfkookcjhlalpmeedppachhdkhmflbah |
Περιγραφή | JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests. |
Μέγεθος Αρχείου | 121 KB |
Αριθμός Εγκαταστάσεων | 279 |
Τρέχουσα Έκδοση | 1.4.4 |
Τελευταία Ενημέρωση | 2023-12-24 |
Ημερομηνία Δημοσίευσης | 2022-06-26 |
Αξιολόγηση | 5.00/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | Vladimir Lomonos |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/lomonosv/json-rpc-chrome-viewer |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/lomonosv/json-rpc-chrome-viewer/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON RPC Chrome Viewer", "version": "1.4.4", "description": "JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "devtools_page": "index.html" } |