Restfox
Minimalistic HTTP Client for API Development and Testing
Restfox란 무엇입니까?
Restfox은(는) https://restfox.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Minimalistic HTTP Client for API Development and Testing"입니다.
확장 프로그램 스크린샷
Restfox 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Restfox is a minimalistic HTTP Client for API Development and Testing. Which gets out of your way and keeps things simple. Features: - Workspaces - Tabs - Nested Folders - Lots of context menus - Response history - Plugins - GraphQL support - Import collections exported from Postman and Insomnia - Simple user friendly interface
확장 프로그램 기본 정보
이름 | Restfox |
ID | fihmegnabgglklkppphibngblkomlhcn |
공식 URL | https://chromewebstore.google.com/detail/restfox/fihmegnabgglklkppphibngblkomlhcn |
설명 | Minimalistic HTTP Client for API Development and Testing |
파일 크기 | 3.82 MB |
설치 횟수 | 404 |
현재 버전 | 1.0.604 |
최근 업데이트 | 2024-01-17 |
출시 날짜 | 2022-11-25 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://restfox.dev |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/flawiddsouza/Restfox/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Restfox", "description": "Minimalistic HTTP Client for API Development and Testing", "version": "1.0.604", "manifest_version": 3, "icons": { "512": "icons\/favicon.png" }, "permissions": [], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "512": "icons\/favicon.png" } } } |