RESTer

A REST client for almost any web service.

RESTer란 무엇입니까?

RESTer은(는) Jan Kühle에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A REST client for almost any web service."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        You can...

- perform HTTP requests with any method, URL, body and custom headers.
- save favorite requests and organize them in collections.
- view a history of your requests, which includes the full request and response.

The add-on supports the following goodies:

- Create and save your authorization headers with Basic or OAuth2 authentication.
- Use placeholders in saved requests.
- Use shortcuts for the frequently used actions (try pressing "?" to see the available shortcuts for the current context).                    

확장 프로그램 기본 정보

이름 RESTer RESTer
ID eejfoncpjfgmeleakejdcanedmefagga
공식 URL https://chromewebstore.google.com/detail/rester/eejfoncpjfgmeleakejdcanedmefagga
설명 A REST client for almost any web service.
파일 크기 2.12 MB
설치 횟수 37,083
현재 버전 4.12.0
최근 업데이트 2023-11-26
출시 날짜 2020-06-14
평점 4.65/5 총 23 개의 평점
개발자 Jan Kühle
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/frigus02/RESTer
도움말 페이지 URL https://github.com/frigus02/RESTer/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RESTer",
    "version": "4.12.0",
    "description": "A REST client for almost any web service.",
    "author": "Jan K\u00fchle",
    "homepage_url": "https:\/\/github.com\/frigus02\/RESTer",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "unlimitedStorage",
        ""
    ],
    "optional_permissions": [
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background\/bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "minimum_chrome_version": "67"
}