Enter Key Fix for AI Chatbots のバージョン履歴 - 全 5 バージョン
Enter Key Fix for AI Chatbots 作成者: Takahiro
Enter Key Fix for AI Chatbots のバージョン履歴 - 全 5 バージョン
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 5.0.0
リリース日 : 2026年4月27日 - 40.47 KBfirefox バージョン 58.0 以降 で動作v5.0.0
New- Redesigned icon — replaced the previous PNG icons (16/48/128px) with a single scalable SVG. The new icon features an amber rounded-square background with a white ↵ arrow and a subtle keyboard key border outline.
ソースコードは Mozilla Public License 2.0 に従いリリースされています
以前のバージョン
バージョン 4.0.0
リリース日 : 2026年4月27日 - 39.69 KBfirefox バージョン 58.0 以降 で動作v4.0.0 Release Notes
Removed- Visual Focus Ring Indicator
Removed the green focus ring overlay that previously appeared on detected input fields. The indicator caused friction in real-world usage and exhibited unstable positioning on certain platforms. - Unsupported Platform Manifest Entries
Removed URL match patterns fordevv.ai,felo.ai, andperplexity.ai. These platforms were never officially supported, and the leftover declarations caused unnecessary content script injection.
ソースコードは Mozilla Public License 2.0 に従いリリースされています
- Visual Focus Ring Indicator
バージョン 3.0.0
リリース日 : 2026年4月24日 - 41.16 KBfirefox バージョン 58.0 以降 で動作Version 3.0.0
Popup UI Redesign
- Replaced the generic purple gradient with a clean Warm Light theme using refined typography (DM Sans + JetBrains Mono)
- Keyboard shortcuts are now displayed as styled keycap badges with descriptive labels
- Status indicator changed to a compact dot + animated toggle switch
- All 5 supported platforms now listed with their domain URLs: chatgpt.com, claude.ai, gemini.google.com, chat.mistral.ai, grok.com
- Unsupported-site view also shows the full platform list with URLs
Improved Focus Ring Indicator
- The green focus ring that appears on supported input fields is now rendered as aposition: fixedoverlay, preventing it from being clipped by parentoverflow: hiddencontainers
- Ring position now correctly follows the visual input box boundary rather than the raw editing surface
- Focus ring appears immediately even when the input is auto-focused on page load
- Smooth fade-in/fade-out transition on focus and blur
Bug Fixes & Code Quality
- Fixed allinnerHTMLstring assignments replaced with safe DOM APIs for Mozilla AMO CSP compliance
- Toggle button state now managed withclassList.add/removeinstead of fullclassNamereplacementソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 2.0.0
リリース日 : 2026年4月24日 - 38.73 KBfirefox バージョン 58.0 以降 で動作Version 2.0.0
What's New
Security & Compliance- Mozilla CSP Compliance: Replaced all direct
innerHTMLassignments with safe DOM APIs (createElement,appendChild,textContent) to comply with Firefox extension Content Security Policy requirements - Updated popup unsupported site message rendering
- Refactored ProseMirror newline insertion methods
- Improved cursor positioning logic for safer DOM manipulation
Platform Support- Extended extension name to reflect full platform support: Claude.ai, ChatGPT, Google Gemini, Mistral Le Chat, and Grok
- Confirmed compatibility across 5 major AI chat platforms
Bug Fixes & Improvements- Fixed document-level event interception for Claude.ai's Tiptap editor
- Enhanced event guard ordering in capture-phase listeners
- Improved support for Le Chat's ProseMirror implementation
- Fixed Quill editor handling with multiple fallback approaches
- Added proper
stopImmediatePropagation()handling for robust event management
Technical Details
Breaking Changes: None - this is a minor version bump focused on security and stability.
Compatibility:
- Firefox 45+
- No additional permissions required
- No external dependencies
Changes:
- Bumped manifest version from 1.0.0 to 2.0.0
- Refactored DOM manipulation to use native browser APIs instead of HTML string assignments
- Simplified cursor positioning logic for ProseMirror editors
Migration Notes
Users should simply update the extension. All keyboard remapping functionality remains unchanged:
- Enter → Insert newline
- Ctrl+Enter → Send message
No user configuration changes are needed.ソースコードは Mozilla Public License 2.0 に従いリリースされています
- Mozilla CSP Compliance: Replaced all direct
バージョン 1.0.0
リリース日 : 2025年6月12日 - 34.29 KBfirefox バージョン 58.0 以降 で動作ソースコードは Mozilla Public License 2.0 に従いリリースされています