Resting

rest client focused on organization of the saved requests

Resting란 무엇입니까?

Resting은(는) mirko.perillo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "rest client focused on organization of the saved requests"입니다.

확장 프로그램 스크린샷

screenshot

Resting 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}