Firefox 瀏覽器附加元件
  • 擴充套件
  • 佈景主題
    • 用於 Firefox
    • 字典與語言套件
    • 其他瀏覽器網站
    • Android 版的附加元件
登入
附加元件圖示

RESTer 版本紀錄 - 25 個版本

RESTer 作者: Jan

評價 4.8 分,滿分 5 分
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 License 條款釋出

    必須使用 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 License 條款釋出

    下載檔案
  • 版本 4.12.0

    發行於 2023年11月25日 - 2.17 MB
    適用於 firefox 63.0 與更新版本
    - Use `GET` request method by default.

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
  • 版本 4.9.0

    發行於 2022年2月13日 - 2.15 MB
    適用於 firefox 63.0 與更新版本
    Added

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

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 4.8.2

    發行於 2022年1月26日 - 2.15 MB
    適用於 firefox 63.0 與更新版本
    Fixed

    - Only url-encode variables in request body.

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 4.8.1

    發行於 2022年1月23日 - 2.15 MB
    適用於 firefox 63.0 與更新版本
    Fixed

    - Encode variables in form encoded request body.

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
  • 版本 4.3.1

    發行於 2020年9月16日 - 2.13 MB
    適用於 firefox 63.0 與更新版本, android 63.0 到 68.*
    - Update dependencies

    原始碼依照 MIT License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
  • 版本 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 License 條款釋出

    下載檔案
前往 Mozilla 官網

附加元件

  • 關於
  • Firefox 附加元件部落格
  • 擴充套件工作坊
  • 開發者交流中心
  • 開發者政策
  • 社群部落格
  • 討論區
  • 回報 Bug
  • 評論撰寫指南

瀏覽器

  • Desktop
  • Mobile
  • Enterprise

產品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隱私權
  • Cookie
  • 法律資訊

除另有註明外,本站內容皆採用創用 CC 姓名標示—相同方式分享條款 3.0 或更新版本授權大眾使用。