Element to LLM のバージョン履歴 - 全 4 バージョン
Element to LLM 作成者: insitu.im
Element to LLM のバージョン履歴 - 全 4 バージョン
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 1.2.2
リリース日 : 2025年8月22日 - 49.89 KBfirefox バージョン 112.0 以降 で動作Minor UI Changes
- Added Mozilla Add-ons review link to popup footer
- Improved user engagement with gentle star rating request
- Updated version display in popup interfaceソースコードは MIT License に従いリリースされています
Firefox をダウンロードして拡張機能を入手するこの拡張機能を使用するには Firefox が必要です以前のバージョン
バージョン 1.2.1
リリース日 : 2025年8月19日 - 49.8 KBfirefox バージョン 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 License に従いリリースされています
バージョン 1.2.0
リリース日 : 2025年8月19日 - 49.56 KBfirefox バージョン 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 License に従いリリースされています