| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| read-frogextension-1.41.2-chrome.zip | 2026-07-18 | 6.1 MB | |
| read-frogextension-1.41.2-edge.zip | 2026-07-18 | 6.1 MB | |
| read-frogextension-1.41.2-firefox.zip | 2026-07-18 | 6.1 MB | |
| read-frogextension-1.41.2-sources.zip | 2026-07-18 | 2.1 MB | |
| README.md | 2026-07-18 | 2.0 kB | |
| v1.41.2 source code.tar.gz | 2026-07-18 | 25.3 MB | |
| v1.41.2 source code.zip | 2026-07-18 | 26.1 MB | |
| Totals: 7 Items | 71.8 MB | 0 | |
Patch Changes
-
#1887
b14bd0aThanks @mengxi-ream! - fix(custom-actions): add a link to open the connected notebase -
#1888
92a2142Thanks @ananaBMaster! - fix(selection): prevent shadow overlays from covering pages after refresh -
#1884
18e8901Thanks @ananaBMaster! - fix(translate): stop long-page freezes and drain cancelled translation queues (#1881) -
Split giant observed paragraphs (e.g. a flat 185k-px article labeled as one paragraph) into their descendant paragraphs so viewport-lazy translation actually applies instead of enqueueing the whole page at once
- Cap concurrent spinner animations and cancel them via stored handles — thousands of live WAAPI animations were driving continuous full-page style recalcs
- Cancel a page-translation session's queued/in-flight background requests on toggle-off, tab close, or restart (scoped per tab + session, dedup-shared requests are refcounted)
-
Time-slice the initial DOM labeling walk and pace subtree translation so the main thread stays responsive on huge pages
-
#1889
5b03d64Thanks @ananaBMaster! - feat(toast): migrate notifications to Base UI and add contextual anchored feedback