Πρόσθετα προγράμματος περιήγησης Firefox
  • Επεκτάσεις
  • Θέματα
    • για το Firefox
    • Λεξικά και πακέτα γλωσσών
    • Άλλα προγράμματα περιήγησης
    • Πρόσθετα για Android
Σύνδεση
Εικονίδιο προσθέτου

Ιστορικό εκδόσεων του Chrome Emacs - 11 εκδόσεις

Chrome Emacs από Karim Aziiev

Βαθμολογία 5 από 5
5 αστέρια από 5
5
1
4
0
3
0
2
0
1
0
Ιστορικό εκδόσεων του Chrome Emacs - 11 εκδόσεις
  • Προσέξτε τις παλιές εκδόσεις! Αυτές οι εκδόσεις εμφανίζονται για δοκιμές και σκοπούς αναφοράς.Θα πρέπει πάντα να χρησιμοποιείτε την πιο πρόσφατη έκδοση ενός προσθέτου.

  • Πιο πρόσφατη έκδοση

    Έκδοση 1.1.0

    Κυκλοφόρησε στις 6 Νοε 2025 - 277,73 KB
    Λειτουργεί με firefox 109.0a1 και νεότερα
    Added support for plain input editing. This feature is disabled by default, but can be enabled in the options. The only exception is context menus: manually opening the context menu on an input field starts an editing session.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT

    Λήψη Firefox και απόκτηση επέκτασης
    Λήψη αρχείου
  • Παλαιότερες εκδόσεις

    Έκδοση 1.0.3

    Κυκλοφόρησε στις 2 Οκτ 2025 - 266,74 KB
    Λειτουργεί με firefox 109.0a1 και νεότερα
    Fixed an issue with editors that use the latest Monaco (e.g., Coderpad), which prevented detection of the element to edit.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT

    Λήψη αρχείου
  • Έκδοση 1.0.1

    Κυκλοφόρησε στις 30 Σεπ 2025 - 266,71 KB
    Λειτουργεί με firefox 109.0a1 και νεότερα
    Fixed an issue that caused marked text to reset in Emacs when used in Overleaf and other CodeMirror 6 editors.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT

    Λήψη αρχείου
  • Έκδοση 1.0.0

    Κυκλοφόρησε στις 30 Σεπ 2025 - 266,69 KB
    Λειτουργεί με firefox 109.0a1 και νεότερα
    • Add support for collaborative editing in Overleaf and other editors based on CodeMirror 6. Previously, only changes from Emacs were visible to other collaborators, it now works both ways-remote edits are now reflected in Emacs as well. The cursor positions of other collaborators are no longer reset after changes made by Emacs. Please also update atomic-chrome to the latest version. The old version will still work with all editors, but in CodeMirror 6 it causes issues with iedit and region marks.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT

    Λήψη αρχείου
  • Έκδοση 0.9.1

    Κυκλοφόρησε στις 13 Ιουλ 2025 - 263,23 KB
    Λειτουργεί με firefox 109.0a1 και νεότερα
    Fixed simulated clicks for iframe environments. Previously, when using editors like TinyMCE embedded in iframes, simulated clicks would fail to locate elements outside the iframe, resulting in an "element not found" error. This update adjusts the search context to properly locate and click the intended button elements even when the editor is isolated within an iframe.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT

    Λήψη αρχείου
  • Έκδοση 0.9.0

    Κυκλοφόρησε στις 23 Μαϊ 2025 - 261,67 KB
    Λειτουργεί με firefox 109.0a1 και νεότερα
    Version 0.9.0
    • Added support for executing clicks on the elements defined by the user (for example, to click "Send" in Slack after editing). The list of allowed sites and elements' CSS selectors is described in the atomic-chrome documentation.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT

    Λήψη αρχείου
  • Έκδοση 0.8.0

    Κυκλοφόρησε στις 4 Φεβ 2025 - 261,02 KB
    Λειτουργεί με firefox 109.0a1 και νεότερα
    - Added support for Slack and other Quill-based editors.
    - Now, changes you make in content-editable elements include the full inner HTML markup. This means that when you edit text, any formatting you applied—such as bold, italic, or structured line breaks—is preserved exactly as displayed. Previously, only the plain text might have been captured, sometimes resulting in lost or altered formatting. With this update, you can expect a more consistent and faithful editing experience that mirrors what you see on screen.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT

    Λήψη αρχείου
  • Έκδοση 0.7.0

    Κυκλοφόρησε στις 16 Ιαν 2025 - 262,15 KB
    Λειτουργεί με firefox 109.0a1 και νεότερα
    - Added a context menu for editable elements.
    - Added support for `TinyMCE` and other iframe-based editors.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT

    Λήψη αρχείου
  • Έκδοση 0.6.0

    Κυκλοφόρησε στις 2 Δεκ 2024 - 246,72 KB
    Λειτουργεί με firefox 109.0a1 και νεότερα
    - Added support for `CKEditor 4` and `CKEditor 5`. Introduced bidirectional editing functionality, though scroll synchronization remains unsupported.
    - Improved keyboard input handling for editable elements. Previously, hint key presses (used to navigate editable areas) could be intercepted by active elements such as rich text editors, resulting in missed actions. To resolve this, a temporary `textarea` mask is now dynamically positioned to intercept and handle hint keys correctly without interfering with the underlying editor.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT

    Λήψη αρχείου
  • Έκδοση 0.5.2

    Κυκλοφόρησε στις 21 Αυγ 2024 - 244,42 KB
    Λειτουργεί με firefox 109.0a1 και νεότερα
    - Implemented a keep-alive mechanism for Firefox using the Alarms API.
    - Removed redundant keep-alive logic from the content script, centralizing it in the background script.
    - Updated the manifest to ensure appropriate permissions for the Alarms API in Firefox.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT

    Λήψη αρχείου
  • Έκδοση 0.5.1

    Κυκλοφόρησε στις 17 Αυγ 2024 - 244,4 KB
    Λειτουργεί με firefox 109.0a1 και νεότερα
    - Reduced the keep-alive interval to seconds to prevent disconnection during idle periods.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT

    Λήψη αρχείου
Μετάβαση στην αρχική σελίδα της Mozilla

Πρόσθετα

  • Σχετικά
  • Blog προσθέτων Firefox
  • Εργαστήριο επεκτάσεων
  • Κέντρο προγραμματιστών
  • Πολιτικές προγραμματιστών
  • Blog κοινότητας
  • Φόρουμ
  • Αναφορά σφάλματος
  • Οδηγίες κριτικής

Προγράμματα περιήγησης

  • Desktop
  • Mobile
  • Enterprise

Προϊόντα

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Απόρρητο
  • Cookie
  • Νομικά

Εκτός από τα μέρη όπου αναφέρεται διαφορετικά, το περιεχόμενο του ιστοτόπου υπόκειται στην άδεια Creative Commons Attribution Share-Alike License v3.0 ή τυχόν νεότερες εκδόσεις.