Firefox ブラウザーアドオン
  • 拡張機能
  • テーマ
    • Firefox 向け
    • スペルチェック辞書と言語パック
    • 他のブラウザーサイト
    • Android 向けアドオン
ログイン
アドオンアイコン

RESTer のバージョン履歴 - 全 25 バージョン

RESTer 作成者: Jan

5 段階中 4.8 の評価
5 段階中 4.8 の評価
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 アドオンブログ
  • 拡張機能ワークショップ
  • 開発者センター
  • 開発者ポリシー
  • コミュニティブログ
  • フォーラム
  • バグを報告
  • レビューガイド

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。