API Tester - REST API Tester Client FREE
Develop, test and debug REST APIs.
API Tester - REST API Tester Client FREE란 무엇입니까?
API Tester - REST API Tester Client FREE은(는) https://99extensions.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Develop, test and debug REST APIs."입니다.
확장 프로그램 스크린샷
API Tester - REST API Tester Client FREE 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Welcome to API Tester - REST API Tester Client FREE a tool for developing, testing and debugging REST APIs. #1 The API Tester includes the following main functionality: 1. Send requests and display responses API Tester - REST API Tester Client FREE can handle GET, PUT, PATCH, DELETE, HEAD, OPTIONS and Custom requests. In addition custom headers and basic authentication can be added to the requests. 2. Manage favorites To make debugging life easier, the API Tester allows to store and manage favorite requests. These favorites can also be imported and exported. 3. Request history By default all requests are stored within the request history. Please rest assured that the API Tester will not store any requests made from an incognito window. #2 FAQs: 1. Which permissions are needed to use our API Tester - REST API Tester Client FREE extension? Only storage permissions are needed, these permissions are then used to store favorite and historic requests. 2. Where do I get help? The API Tester extension has a dedicated Help section which describes the most important functionality.
확장 프로그램 기본 정보
이름 | API Tester - REST API Tester Client FREE |
ID | nclgfilnbckejgmdinfokodoipboenjp |
공식 URL | https://chromewebstore.google.com/detail/api-tester-rest-api-teste/nclgfilnbckejgmdinfokodoipboenjp |
설명 | Develop, test and debug REST APIs. |
파일 크기 | 3.39 MB |
설치 횟수 | 539 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-03-29 |
출시 날짜 | 2022-11-28 |
개발자 | https://99extensions.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://99extensions.io/extension-api-tester |
도움말 페이지 URL | https://99extensions.io/contact |
개인정보 보호 정책 페이지 URL | https://99extensions.io/extensions-privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "API Tester - REST API Tester Client FREE", "description": "Develop, test and debug REST APIs.", "manifest_version": 3, "version": "1.0.0", "background": { "service_worker": "extension\/background.js" }, "action": [], "permissions": [ "storage" ], "icons": { "16": ".\/img\/logo_16.png", "24": ".\/img\/logo_24.png", "32": ".\/img\/logo_32.png", "48": ".\/img\/logo_48.png", "64": ".\/img\/logo_64.png", "128": ".\/img\/logo_128.png" } } |