Chrome Emacs versjonshistorikk - 7 versjoner
Chrome Emacs av Karim Aziiev
Chrome Emacs versjonshistorikk - 7 versjoner
Vær forsiktig med eldre versjoner! Disse versjonene er vist som referanse og til testformål.Du burde alltid bruke den siste versjonen av et tillegg.
Siste versjon
Versjon 0.9.1
Utgitt 13. juli 2025 - 263,23 kBFungerer med firefox 109.0a1 og nyereFixed 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.Kildekode utgitt under MIT License
Last ned Firefox og få utvidelsenDu trenger Firefox for å bruke denne utvidelsenEldre versjoner
Versjon 0.9.0
Utgitt 23. mai 2025 - 261,67 kBFungerer med firefox 109.0a1 og nyereVersion 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.
Kildekode utgitt under MIT License
Versjon 0.8.0
Utgitt 4. feb. 2025 - 261,02 kBFungerer med firefox 109.0a1 og nyere- 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.Kildekode utgitt under MIT License
Versjon 0.7.0
Utgitt 16. jan. 2025 - 262,15 kBFungerer med firefox 109.0a1 og nyere- Added a context menu for editable elements.
- Added support for `TinyMCE` and other iframe-based editors.Kildekode utgitt under MIT License
Versjon 0.6.0
Utgitt 2. des. 2024 - 246,72 kBFungerer med firefox 109.0a1 og nyere- 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.Kildekode utgitt under MIT License
Versjon 0.5.2
Utgitt 21. aug. 2024 - 244,42 kBFungerer med firefox 109.0a1 og nyere- 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.Kildekode utgitt under MIT License
Versjon 0.5.1
Utgitt 17. aug. 2024 - 244,4 kBFungerer med firefox 109.0a1 og nyere- Reduced the keep-alive interval to seconds to prevent disconnection during idle periods.Kildekode utgitt under MIT License