תוספות לדפדפן Firefox
  • הרחבות
  • ערכות נושא
    • עבור Firefox
    • מילונים וחבילות שפה
    • אתרי דפדפנים אחרים
    • תוספות עבור Android
כניסה
הסמל של התוספת

היסטוריית גרסאות עבור PGP Suite – Encrypt Messages & Files - ‏17 גרסאות

PGP Suite – Encrypt Messages & Files Max מאת

דירוג 5 מתוך 5
5 כוכבים מתוך 5
5
16
4
0
3
0
2
0
1
0
היסטוריית גרסאות עבור PGP Suite – Encrypt Messages & Files - ‏17 גרסאות
  • יש להיזהר עם גרסאות ישנות! גרסאות אלה מוצגות למטרות בדיקה ועיון.מומלץ תמיד להשתמש בגרסה העדכנית של תוספת.

  • הגרסה העדכנית ביותר

    גרסה 5.4

    תאריך שחרור: 2 מאי 2026 - 487.52 ק״ב
    עובד עם ‏firefox 109.0 ומעלה, ‏android 120.0 ומעלה
    PGP Suite - v5.4 Release Notes

    After last big patch where we introduced android compatibility somehow a bug where the dropdown list of public keys
    in the Encrypt tab would not populate. It was a naming issue. When working on that bug I came up with a better idea of
    handling Private/Public keypairs and Public keys.

    Changes
    • When you generate a keypair it will now automatically add that keys public key to the list of public keys, however it will be clearly separated and shown that it is one of your private keys. This is made like this so that you can encrypt for example files which only you yourself can decrypt with your private key. Sometimes you want it to stay local.
    • It will clearly state that it is one of your keys and not one of your recipients. You can also see this on the fingerprint, and the emailaddress as well as the blue colored border around it and the tag "My Public Key"
    • All public key drop down lists will include all of your public keys automatically - They are displayet at the end of the list after a separator for clarity
    • Fixed a bug which made the "Clear" button on the Verify tag not usuable.

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

    הורדת Firefox וקבלת ההרחבה
    הורדת קובץ
  • גרסאות ישנות יותר

    גרסה 5.3.1

    תאריך שחרור: 2 מאי 2026 - 486.46 ק״ב
    עובד עם ‏firefox 109.0 ומעלה, ‏android 120.0 ומעלה
    PGP Suite - v5.3 Release Notes

    Added full Android (Firefox for Android / Fenix) support. The extension now runs on both desktop and mobile Firefox without any feature regressions on desktop.

    Changes

    manifest.json
    • Added a gecko_android block under browser_specific_settings, setting strict_min_version to 113.0 (the minimum Fenix version that supports MV2 extensions with popup UI).
    • The existing browser_action.default_popup entry (index.html) serves as the UI entry point on Android, where sidebars are not supported.

    js/background.js
    • All calls to browser.sidebarAction are now guarded with if (browser.sidebarAction) checks so they silently no-op on Android instead of throwing.
    • The openSidebar message handler returns a no-op success response on Android (sendResponse({ success: true })) rather than attempting to open a non-existent sidebar.
    • Context menu creation (browser.contextMenus) is wrapped in if (browser.contextMenus) so the entire block is skipped on Android, which does not support context menus.
    • Updated comments throughout to document the desktop-vs-Android behaviour differences clearly.

    css/styles.css
    • Added min-width: 340px and min-height: 480px to body to ensure the popup has a usable, readable size in both Android popup mode and desktop popup mode.

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

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

    תאריך שחרור: 2 מאי 2026 - 486.45 ק״ב
    עובד עם ‏firefox 109.0 ומעלה, ‏android 120.0 ומעלה
    PGP Suite - v5.3 Release Notes

    Added full Android (Firefox for Android / Fenix) support. The extension now runs on both desktop and mobile Firefox as well as Tor browser without any feature regressions on desktop.

    Changes

    manifest.json
    • Added a gecko_android block under browser_specific_settings, setting strict_min_version to 113.0 (the minimum Fenix version that supports MV2 extensions with popup UI).
    • The existing browser_action.default_popup entry (index.html) serves as the UI entry point on Android, where sidebars are not supported.

    js/background.js
    • All calls to browser.sidebarAction are now guarded with if (browser.sidebarAction) checks so they silently no-op on Android instead of throwing.
    • The openSidebar message handler returns a no-op success response on Android (sendResponse({ success: true })) rather than attempting to open a non-existent sidebar.
    • Context menu creation (browser.contextMenus) is wrapped in if (browser.contextMenus) so the entire block is skipped on Android, which does not support context menus.
    • Updated comments throughout to document the desktop-vs-Android behaviour differences clearly.

    css/styles.css
    • Added min-width: 340px and min-height: 480px to body to ensure the popup has a usable, readable size in both Android popup mode and desktop popup mode.

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

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

    תאריך שחרור: 1 מאי 2026 - 490.3 ק״ב
    עובד עם ‏firefox 58.0 ומעלה
    Changed the banner and the icon to a better design.

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

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

    תאריך שחרור: 1 מאי 2026 - 451.76 ק״ב
    עובד עם ‏firefox 58.0 ומעלה
    PGP Suite - v5.0 Release Notes

    Overview

    Version 5.0 is a milestone release focused on broadening the extension's appeal beyond its original niche. The extension gets a cleaner identity, a more discoverable store listing, and a major new feature: file encryption and decryption — making it useful to anyone who needs to protect files, not just PGP message users.



    What's New

    New Name: PGP Suite – Encrypt Messages & Files

    The extension has been renamed from "OpenPGP - Encrypt/Decrypt/Sign/Verify" to "PGP Suite – Encrypt Messages & Files". The new name communicates what the extension actually does at a glance and includes keywords people search for.

    Improved Store Description

    The description has been rewritten to be:
    - Shorter and more readable
    - Focused on concrete use cases (email privacy, file sharing, no external tools)
    - SEO-friendly for searches like "encrypt files", "PGP Firefox", "OpenPGP browser"
    - Neutral in tone — no longer targeting only Tor/dark web users

    File Encryption (New Feature)

    A brand-new Files tab has been added to the sidebar with two operations:

    Encrypt a file
    - Select any file from your filesystem
    - Choose a recipient from your imported public keys (or paste a key manually)
    - The file is encrypted using OpenPGP and saved as filename.pgp
    - The original filename is embedded inside the encrypted message and restored on decryption

    Decrypt a file
    - Select a .pgp or .asc encrypted file
    - Choose your private key and enter your passphrase
    - The original file is decrypted and saved with its original filename restored

    File encryption uses the same OpenPGP.js library and key infrastructure already in the extension — no new dependencies.



    Changes

    | Area | Change |
    |---|---|
    | manifest.json | New name and description |
    | templates/manifest.template | Same — kept in sync |
    | js/pgp-handler.js | Added encryptFile() and decryptFile() methods |
    | index.html | Added "Files" tab button and tab content (encrypt + decrypt file sections) |
    | js/ui.js | Added FileController class; added fileController module-level variable; TabManager.switchTab refreshes file dropdowns on tab switch |



    Upgrade Notes

    No storage migrations or breaking changes. Existing keys, backups, and master password settings are unaffected.

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

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

    תאריך שחרור: 26 אפר׳ 2026 - 450.35 ק״ב
    עובד עם ‏firefox 58.0 ומעלה
    Encryption was broken when adding clear buttons. Fixed now.

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

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

    תאריך שחרור: 26 אפר׳ 2026 - 450.33 ק״ב
    עובד עם ‏firefox 58.0 ומעלה
    I accidentally broke decryption while trying to add buttons to clear the output windows in each tab. This has been fixed now. Sorry for the inconvenience!

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

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

    תאריך שחרור: 19 אפר׳ 2026 - 450.28 ק״ב
    עובד עם ‏firefox 58.0 ומעלה
    Added a "Clear Output" button to every tab's output textarea box and status messages.

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

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

    תאריך שחרור: 19 אפר׳ 2026 - 386.36 ק״ב
    עובד עם ‏firefox 58.0 ומעלה
    • Added copy (📋) buttons to all input/output textareas:
      encryptMessage, decryptMessage, signMessage, signedText,
      verifyMessage, and the verify output message
    • Convert verifyMessageText from a plain div to a readonly textarea
      with a copy button, wrapped in a togglable verifyMessageTextWrapper div (like all other outputs)
    • Update ui.js to set textarea.value instead of innerHTML for
      verified message output
    • Add public key dropdown (verifyRecipientsPublicKey) for selecting
      an imported key when verifying signatures
    • Add manual key entry toggle and textarea (verifyRecipient) as an
      alternative to the dropdown in the Verify tab
    • Remove dead CSS rule #verifyMessageText pre
    • Added information about using this extension with TOR browser to the introduction.

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

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

    תאריך שחרור: 17 אפר׳ 2026 - 446.06 ק״ב
    עובד עם ‏firefox 58.0 ומעלה
    Better description and changed the name of the plugin

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

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

    תאריך שחרור: 17 אפר׳ 2026 - 446.06 ק״ב
    עובד עם ‏firefox 58.0 ומעלה

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

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

    תאריך שחרור: 17 אפר׳ 2026 - 445.98 ק״ב
    עובד עם ‏firefox 58.0 ומעלה
    Better description in the manifest file. This descriptions is what shows up in the extensions tab.

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

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

    תאריך שחרור: 17 אפר׳ 2026 - 445.98 ק״ב
    עובד עם ‏firefox 58.0 ומעלה
    Made it more obvious where your keys are - even when they are locked with master key.

    Also added some describing text to master password such as "Automatically locks whenever this sidebar closes down"

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

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

    תאריך שחרור: 17 אפר׳ 2026 - 445.96 ק״ב
    עובד עם ‏firefox 58.0 ומעלה
    1. Added a warning message that recommends the user to set a master password, and warns them that otherwise private keys are stored unencrypted in browsers local storage.
    2. Added a button to delete all private keys and master password for use if the master password has been forgotten.

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

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

    תאריך שחרור: 16 אפר׳ 2026 - 449.42 ק״ב
    עובד עם ‏firefox 58.0 ומעלה
    Changed default when generating new keys from RSA 2048-bit (which was used during testing and debuggging) to ECC 8192-bit

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

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

    תאריך שחרור: 16 אפר׳ 2026 - 412.07 ק״ב
    עובד עם ‏firefox 58.0 ומעלה
    Removed unnecessary permissions which were not used. Only uses the storage permission.

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

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

    תאריך שחרור: 11 אפר׳ 2026 - 412.08 ק״ב
    עובד עם ‏firefox 58.0 ומעלה
    Added master password protection of the private key files stored in the browsers local storage.

    קוד המקור משוחרר תחת GNU General Public License v3.0 only

    הורדת קובץ
מעבר לדף הבית של 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 או כל גרסה עדכנית יותר.