Resting

rest client focused on organization of the saved requests

Resting क्या है?

Resting mirko.perillo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "rest client focused on organization of the saved requests"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Resting एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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": [
        "",
        "webRequest",
        "downloads"
    ]
}