Element to LLM 版本历史 - 3 个版本
Element to LLM 作者: insitu.im
Element to LLM 版本历史 - 3 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.2.1
发布于 2025年8月19日 - 49.8 KB适用于 firefox 112.0 及更高版本Bug Fixes- Fixed memory leak from uncleaned interval timer that was causing crashes over time
- Fixed event listener accumulation across script injections that led to performance degradation
- Improved event listener cleanup using bound function references instead of unreliable boolean flags
- Enhanced cleanup sequence to prevent resource leaks on page navigation and tab switching
Technical Improvements- Proper interval ID tracking with clearInterval on cleanup
- Bound event handler references for reliable listener removal
- Safer event listener management that works across multiple script injections
- Better resource disposal prevents memory accumulation during extended browsing sessions
源代码遵循 MIT 许可证 发布
下载 Firefox 并安装扩展您需要 Firefox 来使用此扩展较早版本
版本 1.2.0
发布于 2025年8月19日 - 49.56 KB适用于 firefox 112.0 及更高版本Bug Fixes:
Fixed extension crashes after multiple uses that caused "something went wrong" errors. Resolved duplicate script injection that was causing memory leaks and accumulating event listeners. Fixed orphaned DOM elements that were
polluting pages. Improved error handling with graceful degradation when background script becomes unavailable.
Performance Improvements:
Added intelligent lifecycle management so background script hibernates when not in use. Wake-up occurs on demand with instant activation when user opens popup or clicks icon. Reduced memory footprint through better cleanup of
large DOM capture data. Optimized cleanup intervals to be less frequent but more targeted.
Technical Improvements:
Persistent state management ensures injection tracking survives background script restarts. Health monitoring provides automatic detection and recovery from background script issues. Fallback clipboard methods work even when
background script is unresponsive. Better event listener management prevents duplicate handlers and memory leaks.
Reliability:
Extension can hibernate naturally between uses making it Firefox-friendly. Instant wake-up when user interaction occurs. Maintains data persistence for "Copy Again" button functionality. Graceful handling of Firefox memory
management.源代码遵循 MIT 许可证 发布