Chrome Emacs의 버전 기록 - 6개 버전
Chrome Emacs 제작자: Karim Aziiev
Chrome Emacs의 버전 기록 - 6개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 0.9.0
2025년 5월 23일에 출시 - 261.67 KBfirefox 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 License에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 0.8.0
2025년 2월 4일에 출시 - 261.02 KBfirefox 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 License에 따라 릴리스된 소스 코드
버전 0.7.0
2025년 1월 16일에 출시 - 262.15 KBfirefox 109.0a1 이상에서 작동- Added a context menu for editable elements.
- Added support for `TinyMCE` and other iframe-based editors.MIT License에 따라 릴리스된 소스 코드
버전 0.6.0
2024년 12월 2일에 출시 - 246.72 KBfirefox 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 License에 따라 릴리스된 소스 코드
버전 0.5.2
2024년 8월 21일에 출시 - 244.42 KBfirefox 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 License에 따라 릴리스된 소스 코드
버전 0.5.1
2024년 8월 17일에 출시 - 244.4 KBfirefox 109.0a1 이상에서 작동- Reduced the keep-alive interval to seconds to prevent disconnection during idle periods.MIT License에 따라 릴리스된 소스 코드