תוספות לדפדפן 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

    תאריך שחרור: 29 מרץ 2025 - 2.18 מ״ב
    עובד עם ‏firefox 63.0 ומעלה
    • Add button to make sidebar wider on wide screens

    קוד המקור משוחרר תחת MIT License

    יש צורך ב־Firefox כדי להשתמש בהרחבה זו
    הורדת Firefox וקבלת ההרחבה
    הורדת קובץ
  • גרסאות ישנות יותר

    גרסה 4.13.0

    תאריך שחרור: 14 פבר׳ 2025 - 2.18 מ״ב
    עובד עם ‏firefox 63.0 ומעלה
    • When exporting history entries, also export entries not attached to any saved request. Thanks @uoyniXnaH.

    קוד המקור משוחרר תחת MIT License

    הורדת קובץ
  • גרסה 4.12.0

    תאריך שחרור: 25 נוב׳ 2023 - 2.17 מ״ב
    עובד עם ‏firefox 63.0 ומעלה
    - Use `GET` request method by default.

    קוד המקור משוחרר תחת MIT License

    הורדת קובץ
  • גרסה 4.11.0

    תאריך שחרור: 23 יולי 2022 - 2.15 מ״ב
    עובד עם ‏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

    תאריך שחרור: 24 מאי 2022 - 2.15 מ״ב
    עובד עם ‏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

    תאריך שחרור: 18 מרץ 2022 - 2.15 מ״ב
    עובד עם ‏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

    תאריך שחרור: 13 פבר׳ 2022 - 2.15 מ״ב
    עובד עם ‏firefox 63.0 ומעלה
    Added

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

    קוד המקור משוחרר תחת MIT License

    הורדת קובץ
  • גרסה 4.8.2

    תאריך שחרור: 26 ינו׳ 2022 - 2.15 מ״ב
    עובד עם ‏firefox 63.0 ומעלה
    Fixed

    - Only url-encode variables in request body.

    קוד המקור משוחרר תחת MIT License

    הורדת קובץ
  • גרסה 4.8.1

    תאריך שחרור: 23 ינו׳ 2022 - 2.15 מ״ב
    עובד עם ‏firefox 63.0 ומעלה
    Fixed

    - Encode variables in form encoded request body.

    קוד המקור משוחרר תחת MIT License

    הורדת קובץ
  • גרסה 4.8.0

    תאריך שחרור: 17 נוב׳ 2021 - 2.15 מ״ב
    עובד עם ‏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

    תאריך שחרור: 24 יוני 2021 - 2.13 מ״ב
    עובד עם ‏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

    תאריך שחרור: 23 יוני 2021 - 2.13 מ״ב
    עובד עם ‏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

    תאריך שחרור: 10 יוני 2021 - 2.13 מ״ב
    עובד עם ‏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

    תאריך שחרור: 9 יוני 2021 - 2.13 מ״ב
    עובד עם ‏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

    תאריך שחרור: 2 יוני 2021 - 2.13 מ״ב
    עובד עם ‏firefox 63.0 ומעלה, ‏android 63.0 עד 68.*
    PKCE support for OAuth 2 authorization code flow

    קוד המקור משוחרר תחת MIT License

    הורדת קובץ
  • גרסה 4.4.0

    תאריך שחרור: 5 מרץ 2021 - 2.13 מ״ב
    עובד עם ‏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

    תאריך שחרור: 26 פבר׳ 2021 - 2.13 מ״ב
    עובד עם ‏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

    תאריך שחרור: 7 אוק׳ 2020 - 2.13 מ״ב
    עובד עם ‏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

    תאריך שחרור: 16 ספט׳ 2020 - 2.13 מ״ב
    עובד עם ‏firefox 63.0 ומעלה, ‏android 63.0 עד 68.*
    - Update dependencies

    קוד המקור משוחרר תחת MIT License

    הורדת קובץ
  • גרסה 4.3.0

    תאריך שחרור: 16 אוג׳ 2020 - 2.13 מ״ב
    עובד עם ‏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

    תאריך שחרור: 14 יוני 2020 - 2.14 מ״ב
    עובד עם ‏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

    תאריך שחרור: 2 מאי 2020 - 2.14 מ״ב
    עובד עם ‏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

    תאריך שחרור: 12 אפר׳ 2020 - 2.14 מ״ב
    עובד עם ‏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

    תאריך שחרור: 14 מרץ 2020 - 2.14 מ״ב
    עובד עם ‏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

    תאריך שחרור: 27 יוני 2019 - 2.25 מ״ב
    עובד עם ‏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
  • Extension Workshop
  • מרכז המפתחים
  • מדיניות למפתחים
  • בלוג קהילה
  • פורום
  • דיווח על תקלה
  • מדריך סקירה

דפדפנים

  • Desktop
  • Mobile
  • Enterprise

מוצרים

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • פרטיות
  • עוגיות
  • מידע משפטי

למעט היכן שצוין אחרת, התוכן באתר זה מוגש בכפוף לגרסה 3.0 של הרשיון Creative Commons Attribution Share-Alike או כל גרסה עדכנית יותר.