Doplňky do prohlížeče Firefox
  • Rozšíření
  • Motivy vzhledu
    • pro Firefox
    • Slovníky a jazykové balíčky
    • Ostatní stránky prohlížeče
    • Doplňky pro Android
Přihlásit se
Ikona doplňku

Historie doplňku RESTer - 25 verzí

RESTer od Jan

Hodnocení: 4,8 z 5
Hodnocení: 4,8 z 5
5
89
4
13
3
3
2
0
1
0
Historie doplňku RESTer - 25 verzí
  • Se starými verzemi opatrně! Tyto verze jsou zde dostupné jen pro testovací a referenční účely.Používat byste vždy měli nejnovější verzi doplňku.

  • Nejnovější verze

    Verze 4.14.1

    Vydáno 29. bře 2025 – 2,18 MB
    Funguje s: firefox 63.0 a novější
    • Add button to make sidebar wider on wide screens

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Pro používání tohoto rozšíření potřebujete Firefox
    Stáhnout Firefox a nainstalovat toto rozšíření
    Stáhnout soubor
  • Starší verze

    Verze 4.13.0

    Vydáno 14. úno 2025 – 2,18 MB
    Funguje s: firefox 63.0 a novější
    • When exporting history entries, also export entries not attached to any saved request. Thanks @uoyniXnaH.

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.12.0

    Vydáno 25. lis 2023 – 2,17 MB
    Funguje s: firefox 63.0 a novější
    - Use `GET` request method by default.

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.11.0

    Vydáno 23. čvc 2022 – 2,15 MB
    Funguje s: firefox 63.0 a novější
    Added

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

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.10.0

    Vydáno 24. kvě 2022 – 2,15 MB
    Funguje s: firefox 63.0 a novější
    Added

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

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.9.1

    Vydáno 18. bře 2022 – 2,15 MB
    Funguje s: firefox 63.0 a novější
    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.

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.9.0

    Vydáno 13. úno 2022 – 2,15 MB
    Funguje s: firefox 63.0 a novější
    Added

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

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.8.2

    Vydáno 26. led 2022 – 2,15 MB
    Funguje s: firefox 63.0 a novější
    Fixed

    - Only url-encode variables in request body.

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.8.1

    Vydáno 23. led 2022 – 2,15 MB
    Funguje s: firefox 63.0 a novější
    Fixed

    - Encode variables in form encoded request body.

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.8.0

    Vydáno 17. lis 2021 – 2,15 MB
    Funguje s: firefox 63.0 a novější
    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).

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.7.0

    Vydáno 24. čvn 2021 – 2,13 MB
    Funguje s: firefox 63.0 a novější, android ve verzích 63.0 až 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`

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.6.0

    Vydáno 23. čvn 2021 – 2,13 MB
    Funguje s: firefox 63.0 a novější, android ve verzích 63.0 až 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.

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.5.2

    Vydáno 10. čvn 2021 – 2,13 MB
    Funguje s: firefox 63.0 a novější, android ve verzích 63.0 až 68.*
    Fixed bug where Chrome would not send custom headers if an authorization was selected

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.5.1

    Vydáno 9. čvn 2021 – 2,13 MB
    Funguje s: firefox 63.0 a novější, android ve verzích 63.0 až 68.*
    Don't remove manually entered Cookie header when selecting an Authorization in the Authorization tab

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.5.0

    Vydáno 2. čvn 2021 – 2,13 MB
    Funguje s: firefox 63.0 a novější, android ve verzích 63.0 až 68.*
    PKCE support for OAuth 2 authorization code flow

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.4.0

    Vydáno 5. bře 2021 – 2,13 MB
    Funguje s: firefox 63.0 a novější, android ve verzích 63.0 až 68.*
    User name is now allowd to be empty in the basic auth dialog.

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.3.3

    Vydáno 26. úno 2021 – 2,13 MB
    Funguje s: firefox 63.0 a novější, android ve verzích 63.0 až 68.*
    Fixed shell escaping for curl command generation. Query parameters and single quotes should now be escaped properly.

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.3.2

    Vydáno 7. říj 2020 – 2,13 MB
    Funguje s: firefox 63.0 a novější, android ve verzích 63.0 až 68.*
    Fixed

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

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.3.1

    Vydáno 16. zář 2020 – 2,13 MB
    Funguje s: firefox 63.0 a novější, android ve verzích 63.0 až 68.*
    - Update dependencies

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.3.0

    Vydáno 16. srp 2020 – 2,13 MB
    Funguje s: firefox 63.0 a novější, android ve verzích 63.0 až 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.

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.2.0

    Vydáno 14. čvn 2020 – 2,14 MB
    Funguje s: firefox 63.0 a novější, android ve verzích 63.0 až 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.

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.1.1

    Vydáno 2. kvě 2020 – 2,14 MB
    Funguje s: firefox 63.0 a novější, android ve verzích 63.0 až 68.*
    Fixed Postman export when there was a request with the same title as the collection of another request.

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.1.0

    Vydáno 12. dub 2020 – 2,14 MB
    Funguje s: firefox 63.0 a novější, android ve verzích 63.0 až 68.*
    Added checkbox option for automatically encode token value to base64 string for custom authorization header dialog.

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 4.0.0

    Vydáno 14. bře 2020 – 2,14 MB
    Funguje s: firefox 63.0 a novější, android ve verzích 63.0 až 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.

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
  • Verze 3.11.2

    Vydáno 27. čvn 2019 – 2,25 MB
    Funguje s: firefox 55.0 a novější, android ve verzích 55.0 až 68.*
    Fixed

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

    Zdrojový kód zveřejněn pod licencí Licence MIT

    Stáhnout soubor
Přejít na domovskou stránku Mozilly

Počet doplňků

  • O nás
  • Blog doplňků pro Firefox
  • Workshop tvorby rozšíření
  • Pro vývojáře
  • Pravidla pro vývojáře
  • Blog komunity
  • Fórum
  • Nahlásit chybu
  • Příručka recenzenta

Prohlížeče

  • Desktop
  • Mobile
  • Enterprise

Produkty

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Ochrana soukromí
  • Cookies
  • Právní informace

Není-li uvedeno jinak, obsah této stránky je šířen pod licencí Creative Commons Uveďte původ-Zachovejte licenci 3.0 nebo jakoukoli novější verzí.