TypeReady 版本紀錄 - 20 個版本
小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。
最新版本
版本 1.7.3
發行於 2026年6月16日 - 77.2 KB適用於 firefox 58.0 與更新版本- FIX: Don't steal focus to the first field (such as the post title) while you're editing inside the WordPress block editor (Gutenberg). The editor canvas is an iframe, and typing in a block (especially one containing a link) could surface a synthetic keypress in the surrounding page that TypeReady mistook for "nothing is focused", yanking the cursor to the title. TypeReady now ignores synthetic (non-user) keystrokes and leaves the keyboard alone when focus is inside an iframe.
- Improvement: The popup now shows the loaded version and build time beneath the Contact link, so you can confirm at a glance which build is installed.
原始碼依照 保留所有權利 條款釋出
較舊版本
版本 1.7.2
發行於 2026年6月2日 - 74.24 KB適用於 firefox 58.0 與更新版本- FIX: Don't steal focus from a focused <canvas>. Pages that use a canvas as the interactive surface (web terminals like cloud-provider consoles, browser games, remote-desktop viewers, drawing tools) own the keyboard the same way a role="application" container does. Without this carve-out, typing into one of those canvases sent the keystrokes into a hidden input/contenteditable overlay that TypeReady focused instead.
原始碼依照 保留所有權利 條款釋出
版本 1.7.1
發行於 2026年5月9日 - 54.35 KB適用於 firefox 58.0 與更新版本- FIX: Yield bare-letter shortcuts on Gmail and similar sites when the page's reaction is a selection toggle (e.g. Gmail's 'x' to mark a conversation, 's' to star). The 1.7.0 yield only covered shortcuts that changed focus, URL, or dialog count, so toggle-style shortcuts were missed and TypeReady stole focus to the search box.
原始碼依照 保留所有權利 條款釋出
版本 1.7.0
發行於 2026年5月9日 - 53.33 KB適用於 firefox 58.0 與更新版本= Version 1.7.0 (May 9, 2026) =
* Improvement: Detect when another extension (e.g. Video Speed Controller) handles a bare-letter keypress on the page and yield those keystrokes instead of stealing focus to a search box. Detection observes side effects on the page's video element (rate change, currentTime jump, controller visibility flip), so it works regardless of how the other extension's keys are bound.
* Improvement: Extend the same yield mechanism to a built-in list of shortcut-heavy sites (Gmail, Google Calendar, Twitter/X, GitHub, Linear, Slack, Discord, Notion, Todoist, Asana, Trello, Figma, Reddit, Hacker News). On those sites a bare letter that the page itself acts on (Gmail's j/k row navigation, Calendar's view-switch keys, compose/command-palette shortcuts) is yielded; keys the page doesn't bind still focus the search box.
* Improvement: When TypeReady does move focus on a bare-letter keypress, the typed character is now inserted into the newly-focused input so no keystroke is lost.
* Improvement: Add a "Yield to other extensions' hotkeys" toggle (on by default) under both global and site-specific settings.原始碼依照 保留所有權利 條款釋出
版本 1.6.0
發行於 2026年5月7日 - 44.08 KB適用於 firefox 58.0 與更新版本= Version 1.6.0 (May 7, 2026) =
* Improvement: Skip inputs that look real but can't actually receive typing (pointer-events: none, caret-color: transparent, disabled, inputmode=none, aria-disabled, aria-hidden, closed details, and similar).
* Improvement: Leave the keyboard alone when focus is on a dropdown, menu, listbox, tree, grid item, or other ARIA widget that handles keys itself.
* Improvement: Recognize role="textbox", role="searchbox", and role="spinbutton" as already-typeable, so TypeReady doesn't redirect focus when they are focused.
* Improvement: Respect site-defined data-hotkey shortcuts (e.g. GitHub's "/" search and "g i" navigation chords) so the page can register its own keys without TypeReady intercepting.
* Improvement: Don't yank focus out of design tools, spreadsheets, or other role="application" widgets when the user presses Ctrl+A.
* Improvement: Log every focus action to the console with a "TR:" prefix so it's easy to see where focus went without flipping a debug flag.
* FIX: Avoid a JavaScript error on pages where SVG elements appear in the ancestor chain when checking if an input lives inside a popup.原始碼依照 保留所有權利 條款釋出
版本 1.5.0
發行於 2025年10月28日 - 38.37 KB適用於 firefox 58.0 與更新版本- Improvement: Enhanced iframe support.
原始碼依照 保留所有權利 條款釋出
版本 1.4.12
發行於 2024年7月28日 - 37.25 KB適用於 firefox 58.0 與更新版本* Improvement: Enhanced handling of Ctrl+A (Select All) functionality for input elements (correctly blur focus when all text is selected, even if the input's value is undefined or empty).原始碼依照 保留所有權利 條款釋出
版本 1.4.11
發行於 2024年1月9日 - 36.75 KB適用於 firefox 48.0 與更新版本* Improvement: Also find input elements inside shadow roots (when focus is already set to an input element).
* Improvement: Site-specific options open first instead of second when the icon is clicked.原始碼依照 保留所有權利 條款釋出
版本 1.4.10
發行於 2023年12月29日 - 36.5 KB適用於 firefox 48.0 與更新版本* Improvement: Remove the "scripting" permission since it's apparently not needed.原始碼依照 保留所有權利 條款釋出
版本 1.4.9
發行於 2023年12月29日 - 36.47 KB適用於 firefox 48.0 與更新版本* Improvement: Work with .CodeMirror elements.原始碼依照 保留所有權利 條款釋出
版本 1.4.8
發行於 2023年12月2日 - 36.29 KB適用於 firefox 48.0 與更新版本* Improvement: Work for more input elements.
* Improvement: Avoid some unnecessary warning messages.原始碼依照 保留所有權利 條款釋出
版本 1.4.7
發行於 2023年11月20日 - 36.12 KB適用於 firefox 48.0 與更新版本* Improvement: Avoid unnecessary log messages in the console.原始碼依照 保留所有權利 條款釋出
版本 1.4.6
發行於 2023年11月14日 - 36.07 KB適用於 firefox 48.0 與更新版本原始碼依照 保留所有權利 條款釋出
版本 1.4.5
發行於 2023年11月3日 - 35.13 KB適用於 firefox 48.0 與更新版本* Improvement: More reliably account for transparent (opacity = 0) elements.
* Improvement: Include a message about why the extension doesn't work on certain pages.原始碼依照 保留所有權利 條款釋出
版本 1.4.4
發行於 2023年10月31日 - 34.56 KB適用於 firefox 48.0 與更新版本* FIX: Correctly load and store settings on youtube, gmail, and google calendar.原始碼依照 保留所有權利 條款釋出
版本 1.4.3
發行於 2023年10月30日 - 32.97 KB適用於 firefox 48.0 與更新版本* FIX: Correct default settings that weren't saving or loading correctly.原始碼依照 保留所有權利 條款釋出
版本 1.4.2
發行於 2023年10月30日 - 32.46 KB適用於 firefox 48.0 與更新版本= Version 1.4.2 (October 30, 2023) =
* Improvement: Try make the keydown listener more reliable.
* Improvement: Make the code between the Chrome/Firefox extensions match.原始碼依照 保留所有權利 條款釋出
版本 1.4.1
發行於 2023年10月30日 - 31.97 KB適用於 firefox 48.0 與更新版本= Version 1.4.1 (October 30, 2023) =
* Improvement: Reattach the listener when the tab is changed to try to make sure it stays attached.
= Version 1.4.0 (October 29, 2023) =
* Improvement: Add more site specific settings.
* Improvement: Support settings focus for ctrl-a and ctrl-v.
* Improvement: Use tabs for the settings popup to make it cleaner.
* Improvement: Accessibility: Allow selecting options with the tab key.原始碼依照 保留所有權利 條款釋出
版本 1.4.0
發行於 2023年10月30日 - 31.75 KB適用於 firefox 48.0 與更新版本原始碼依照 保留所有權利 條款釋出
版本 1.3.0
發行於 2023年10月25日 - 27.64 KB適用於 firefox 48.0 與更新版本原始碼依照 保留所有權利 條款釋出