Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
추가 기능 아이콘

RESTer의 버전 기록 - 25개 버전

RESTer 제작자: Jan

5점 만점에 4.8점
4.8 / 5
5
89
4
13
3
3
2
0
1
0
RESTer의 버전 기록 - 25개 버전
  • 이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.

  • 최신 버전

    버전 4.14.1

    2025년 3월 29일에 출시 - 2.18 MB
    firefox 63.0 이상에서 작동
    • Add button to make sidebar wider on wide screens

    MIT 라이선스에 따라 릴리스된 소스 코드

    이 확장 기능을 사용하려면 Firefox가 필요함
    Firefox를 다운로드하고 확장 기능을 받으세요
    파일 다운로드
  • 이전 버전

    버전 4.13.0

    2025년 2월 14일에 출시 - 2.18 MB
    firefox 63.0 이상에서 작동
    • When exporting history entries, also export entries not attached to any saved request. Thanks @uoyniXnaH.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.12.0

    2023년 11월 25일에 출시 - 2.17 MB
    firefox 63.0 이상에서 작동
    - Use `GET` request method by default.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.11.0

    2022년 7월 23일에 출시 - 2.15 MB
    firefox 63.0 이상에서 작동
    Added

    - RESTer will now download response bodies as files, if the response has a `Content-Disposition: attachment` header. Thanks @zenglanmu.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.10.0

    2022년 5월 24일에 출시 - 2.15 MB
    firefox 63.0 이상에서 작동
    Added

    - Add "Send Request In New Tab" menu entry, which opens the current request URL in a new tab.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.9.1

    2022년 3월 18일에 출시 - 2.15 MB
    firefox 63.0 이상에서 작동
    Fixed

    - Always encode URL query params (name and value) when "Toogle URL params" is on. This fixes an issue where entering # in a query param would truncate the remaining URL.
    - Fixes OAuth 2 issues with invalid Origin header in certain cases.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.9.0

    2022년 2월 13일에 출시 - 2.15 MB
    firefox 63.0 이상에서 작동
    Added

    - Support `NaN` in JSON for pretty printing/beautifying

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.8.2

    2022년 1월 26일에 출시 - 2.15 MB
    firefox 63.0 이상에서 작동
    Fixed

    - Only url-encode variables in request body.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.8.1

    2022년 1월 23일에 출시 - 2.15 MB
    firefox 63.0 이상에서 작동
    Fixed

    - Encode variables in form encoded request body.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.8.0

    2021년 11월 17일에 출시 - 2.15 MB
    firefox 63.0 이상에서 작동
    The webRequest and webRequestBlocking permissions are not optional. RESTer requests them automatically the first time a request is sent. Neither Firefox, nor Chrome currently show a permission prompt for that. Making those permissions optional allows RESTer to work in environments where those permissins are blocked (e.g. by Chrome Enterprise Policy).

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.7.0

    2021년 6월 24일에 출시 - 2.13 MB
    firefox 63.0 이상, android 63.0 ~ 68.*에서 작동
    Added

    - Troubleshooting advice for network errors
    - Heading and "no items" text to environment selection dialog
    - Tooltip for URL parameters toggle button

    Changed

    - Use normal button to add new environment because the floating action button is hard to see

    Fixed

    - RESTer doesn't switch to plain body input if request content type is `text/plain`

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.6.0

    2021년 6월 23일에 출시 - 2.13 MB
    firefox 63.0 이상, android 63.0 ~ 68.*에서 작동
    JSON pretty printing/beautifying no longer modifies certain values in the JSON, e.g. big numbers.

    Before JSON was pretty printed using `JSON.stringify(JSON.parse(str), null, 4)`. This is easy and fast. But it normalizes values, e.g. a value like `0.0` changes to `0`. Since numbers are represented as `Number` after being parsed, very big numbers loose precision, e.g. `55871516310040211` turns into `55871516310040210`.

    The new formatting is a bit slower but does not modify any except whitespace.

    I think this is worth the performance cost. RESTer should not modify the response just because it pretty prints it. This could be very confusing.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.5.2

    2021년 6월 10일에 출시 - 2.13 MB
    firefox 63.0 이상, android 63.0 ~ 68.*에서 작동
    Fixed bug where Chrome would not send custom headers if an authorization was selected

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.5.1

    2021년 6월 9일에 출시 - 2.13 MB
    firefox 63.0 이상, android 63.0 ~ 68.*에서 작동
    Don't remove manually entered Cookie header when selecting an Authorization in the Authorization tab

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.5.0

    2021년 6월 2일에 출시 - 2.13 MB
    firefox 63.0 이상, android 63.0 ~ 68.*에서 작동
    PKCE support for OAuth 2 authorization code flow

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.4.0

    2021년 3월 5일에 출시 - 2.13 MB
    firefox 63.0 이상, android 63.0 ~ 68.*에서 작동
    User name is now allowd to be empty in the basic auth dialog.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.3.3

    2021년 2월 26일에 출시 - 2.13 MB
    firefox 63.0 이상, android 63.0 ~ 68.*에서 작동
    Fixed shell escaping for curl command generation. Query parameters and single quotes should now be escaped properly.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.3.2

    2020년 10월 7일에 출시 - 2.13 MB
    firefox 63.0 이상, android 63.0 ~ 68.*에서 작동
    Fixed

    - Always render response body preview on white background. This improves color contrasts, especially with the Dark theme.
    - Update dependencies.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.3.1

    2020년 9월 16일에 출시 - 2.13 MB
    firefox 63.0 이상, android 63.0 ~ 68.*에서 작동
    - Update dependencies

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.3.0

    2020년 8월 16일에 출시 - 2.13 MB
    firefox 63.0 이상, android 63.0 ~ 68.*에서 작동
    Added

    - Some OAuth 2 servers don't supports URL-encoded credentials in HTTP Basic authentication headers ([#139])(https://github.com/frigus02/RESTer/issues/139)). RESTer now allows to turn URL-encoding off by choosing the "HTTP Basic authentication (no encode)" authentication option.
    - Added dialog in "Organize" page, which allows you to quickly delete multiple requests.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.2.0

    2020년 6월 14일에 출시 - 2.14 MB
    firefox 63.0 이상, android 63.0 ~ 68.*에서 작동
    Added

    - Allow entering a custom title for basic authentication tokens.
    - Add OAuth 2 config title to generated tokens.

    Changed

    - Variable names can now only contain alphanumeric characters as well as `$._-`. This fixes an annoying behaviour when JSON objects were incorrectly identified as variables.
    - Increase width of environment variable dialog.
    - When an authentication token has been generated using the _Custom_ option and it's base64 encoded, show "Base64" in the token title.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.1.1

    2020년 5월 2일에 출시 - 2.14 MB
    firefox 63.0 이상, android 63.0 ~ 68.*에서 작동
    Fixed Postman export when there was a request with the same title as the collection of another request.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.1.0

    2020년 4월 12일에 출시 - 2.14 MB
    firefox 63.0 이상, android 63.0 ~ 68.*에서 작동
    Added checkbox option for automatically encode token value to base64 string for custom authorization header dialog.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.0.0

    2020년 3월 14일에 출시 - 2.14 MB
    firefox 63.0 이상, android 63.0 ~ 68.*에서 작동
    Changed

    - RESTer now requires Firefox 63 or Chrome 67.
    - No longer append "Copy" to a request title when using the "Duplicate request" function. It turned out to be more annoying than helpful.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.11.2

    2019년 6월 27일에 출시 - 2.25 MB
    firefox 55.0 이상, android 55.0 ~ 68.*에서 작동
    Fixed

    - Fixed library list on about page.
    - Improve memory usage of large response bodies.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.