Resting
rest client focused on organization of the saved requests
Τι είναι το Resting;
Το Resting είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mirko.perillo, και η κύρια λειτουργία του είναι "rest client focused on organization of the saved requests".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Resting
Λήψη αρχείων επέκτασης Resting σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Debug, inspect and test HTTP requests in a quick and easy way. The idea behind Resting is to implement a clean, light and easy-to-use visual HTTP client to perform your daily work. Request * Support multipart, x-www-form-urlencoded, raw data request body, file upload * BASIC, Oauth2.0, JWT Authentication * Work with multiple requests using Tabs * HTTP headers auto-completion Response * Highlight the response * Copy to clipboard Contexts and variables * Use variables as placeholders into every part of the request. * Organize variables into contexts. Bookmarks * Save requests as bookmarks to future usage. * Collect bookmarks into folders. * Import/Export your bookmarks as HAR archives. Privacy Data is yours. Resting doesn't save anywhere in internet data about the APIs you invoke or any other data about the usage of Resting. Everything is store offline on your device, all the data is saved locally in the Indexed DB of your browser Resting is a community friendly project so any feedback, suggestion or issue is welcome. For any feedback come to the issue page on github or write a feedback here in the addon page.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Resting |
ID | egklacbpeeiooeclkpghepnohaidpeok |
Επίσημο URL | https://chromewebstore.google.com/detail/resting/egklacbpeeiooeclkpghepnohaidpeok |
Περιγραφή | rest client focused on organization of the saved requests |
Μέγεθος Αρχείου | 1.04 MB |
Αριθμός Εγκαταστάσεων | 280 |
Τρέχουσα Έκδοση | 1.8.0 |
Τελευταία Ενημέρωση | 2023-12-14 |
Ημερομηνία Δημοσίευσης | 2020-12-06 |
Αξιολόγηση | 3.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | mirko.perillo |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://resting.owlcode.eu |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/mirkoperillo/resting/issues |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "rest client focused on organization of the saved requests", "manifest_version": 2, "name": "Resting", "version": "1.8.0", "author": "Mirko Perillo", "homepage_url": "https:\/\/github.com\/mirkoperillo\/resting", "icons": { "32": "icons\/letter-r_32.png", "64": "icons\/letter-r_64.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/letter-r_32.png" }, "permissions": [ " |