Chrome Emacs version history - 5 versions
Chrome Emacs by Karim Aziiev
Chrome Emacs version history - 5 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.8.0
Released Feb 4, 2025 - 261.02 KBWorks with firefox 109.0a1 and later- 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.Source code released under MIT License
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 0.7.0
Released Jan 16, 2025 - 262.15 KBWorks with firefox 109.0a1 and later- Added a context menu for editable elements.
- Added support for `TinyMCE` and other iframe-based editors.Source code released under MIT License
Version 0.6.0
Released Dec 2, 2024 - 246.72 KBWorks with firefox 109.0a1 and later- 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.Source code released under MIT License
Version 0.5.2
Released Aug 21, 2024 - 244.42 KBWorks with firefox 109.0a1 and later- 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.Source code released under MIT License
Version 0.5.1
Released Aug 17, 2024 - 244.4 KBWorks with firefox 109.0a1 and later- Reduced the keep-alive interval to seconds to prevent disconnection during idle periods.Source code released under MIT License